summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DisconnectAllEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DisconnectAllEvent.cpp')
-rw-r--r--src/engine/events/DisconnectAllEvent.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/events/DisconnectAllEvent.cpp b/src/engine/events/DisconnectAllEvent.cpp
index 77b1b1b3..8057a17e 100644
--- a/src/engine/events/DisconnectAllEvent.cpp
+++ b/src/engine/events/DisconnectAllEvent.cpp
@@ -16,10 +16,10 @@
*/
#include <boost/format.hpp>
-#include <raul/Array.hpp>
-#include <raul/List.hpp>
-#include <raul/Maid.hpp>
-#include <raul/Path.hpp>
+#include "raul/Array.hpp"
+#include "raul/List.hpp"
+#include "raul/Maid.hpp"
+#include "raul/Path.hpp"
#include "ClientBroadcaster.hpp"
#include "ConnectionImpl.hpp"
#include "DisconnectAllEvent.hpp"