summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r--remoting/host/chromoting_host.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index ee15b47a..d281b97 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -8,12 +8,8 @@
#include <string>
#include "base/thread.h"
-#include "remoting/host/capturer.h"
#include "remoting/host/client_connection.h"
-#include "remoting/host/encoder.h"
-#include "remoting/host/event_executor.h"
#include "remoting/host/heartbeat_sender.h"
-#include "remoting/host/session_manager.h"
#include "remoting/jingle_glue/jingle_client.h"
#include "remoting/jingle_glue/jingle_thread.h"
@@ -21,8 +17,12 @@ class Task;
namespace remoting {
+class Capturer;
class ChromotingHostContext;
+class Encoder;
+class EventExecutor;
class MutableHostConfig;
+class SessionManager;
// A class to implement the functionality of a host process.
//