summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestAllObjectsEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestAllObjectsEvent.hpp')
-rw-r--r--src/engine/events/RequestAllObjectsEvent.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/engine/events/RequestAllObjectsEvent.hpp b/src/engine/events/RequestAllObjectsEvent.hpp
index 0537575a..9e4701a0 100644
--- a/src/engine/events/RequestAllObjectsEvent.hpp
+++ b/src/engine/events/RequestAllObjectsEvent.hpp
@@ -18,17 +18,11 @@
#ifndef REQUESTALLOBJECTSEVENT_H
#define REQUESTALLOBJECTSEVENT_H
-#include <string>
#include "QueuedEvent.hpp"
-using std::string;
namespace Ingen {
-namespace Shared {
- class ClientInterface;
-} using Shared::ClientInterface;
-
/** A request from a client to send notification of all objects (ie refresh).
*
* \ingroup engine