diff options
Diffstat (limited to 'remoting/host/desktop_environment.h')
-rw-r--r-- | remoting/host/desktop_environment.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h index d0e0586..8b32a89 100644 --- a/remoting/host/desktop_environment.h +++ b/remoting/host/desktop_environment.h @@ -9,17 +9,16 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "remoting/host/event_executor.h" namespace remoting { class AudioCapturer; class ChromotingHostContext; +class EventExecutor; class VideoFrameCapturer; namespace protocol { class ClipboardStub; -class HostEventStub; } class DesktopEnvironment { |