summaryrefslogtreecommitdiff
path: root/src/interface
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-14 11:30:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-14 11:30:24 (GMT)
commit9479b7f3300658156c467980c28d3436a728bc0c (patch)
tree631a10f9fe9628d1250109f6b9c643d008591d39 /src/interface
parent7a055a9d90ea3464bbdc314df423e2aa768ce2be (diff)
downloadpowder-9479b7f3300658156c467980c28d3436a728bc0c.zip
powder-9479b7f3300658156c467980c28d3436a728bc0c.tar.gz
Move requestbroker into new folder, make request process function a method of Request
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/AvatarButton.cpp2
-rw-r--r--src/interface/AvatarButton.h2
-rw-r--r--src/interface/SaveButton.cpp2
-rw-r--r--src/interface/SaveButton.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/interface/AvatarButton.cpp b/src/interface/AvatarButton.cpp
index 0a55ffa..e385c77 100644
--- a/src/interface/AvatarButton.cpp
+++ b/src/interface/AvatarButton.cpp
@@ -5,7 +5,7 @@
#include "Format.h"
#include "Engine.h"
#include "client/Client.h"
-#include "client/RequestBroker.h"
+#include "client/requestbroker/RequestBroker.h"
#include "graphics/Graphics.h"
#include "ContextMenu.h"
#include "Keys.h"
diff --git a/src/interface/AvatarButton.h b/src/interface/AvatarButton.h
index d946ddf..f7a7a6c 100644
--- a/src/interface/AvatarButton.h
+++ b/src/interface/AvatarButton.h
@@ -6,7 +6,7 @@
#include "Component.h"
#include "graphics/Graphics.h"
#include "interface/Colour.h"
-#include "client/RequestListener.h"
+#include "client/requestbroker/RequestListener.h"
namespace ui
{
diff --git a/src/interface/SaveButton.cpp b/src/interface/SaveButton.cpp
index 87b80a6..ddd99af 100644
--- a/src/interface/SaveButton.cpp
+++ b/src/interface/SaveButton.cpp
@@ -5,7 +5,7 @@
#include "client/SaveInfo.h"
#include "graphics/Graphics.h"
#include "Engine.h"
-#include "client/RequestBroker.h"
+#include "client/requestbroker/RequestBroker.h"
#include "simulation/SaveRenderer.h"
#include "Format.h"
#include "ContextMenu.h"
diff --git a/src/interface/SaveButton.h b/src/interface/SaveButton.h
index e03d48a..0583d77 100644
--- a/src/interface/SaveButton.h
+++ b/src/interface/SaveButton.h
@@ -6,7 +6,7 @@
#include "Component.h"
#include "client/SaveFile.h"
#include "client/SaveInfo.h"
-#include "client/RequestListener.h"
+#include "client/requestbroker/RequestListener.h"
#include "graphics/Graphics.h"
#include "interface/Colour.h"