summaryrefslogtreecommitdiffstats
path: root/src/server/ClientBroadcaster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ClientBroadcaster.hpp')
-rw-r--r--src/server/ClientBroadcaster.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/ClientBroadcaster.hpp b/src/server/ClientBroadcaster.hpp
index 5db6961d..c34bb34b 100644
--- a/src/server/ClientBroadcaster.hpp
+++ b/src/server/ClientBroadcaster.hpp
@@ -18,12 +18,14 @@
#ifndef INGEN_ENGINE_CLIENTBROADCASTER_HPP
#define INGEN_ENGINE_CLIENTBROADCASTER_HPP
-#include <string>
#include <list>
#include <map>
-#include <pthread.h>
+#include <string>
+
#include "raul/SharedPtr.hpp"
+
#include "ingen/ClientInterface.hpp"
+
#include "NodeFactory.hpp"
using namespace std;