| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 8d11db0e5be0e924d7689e62aa8bfe93e50d507d..bef14475000c9dfbab067144cac401611c79ec6f 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -37,13 +37,13 @@
|
| #include "remoting/host/audio_capturer.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/chromoting_host.h"
|
| -#include "remoting/host/constants.h"
|
| #include "remoting/host/desktop_environment.h"
|
| -#include "remoting/host/dns_blackhole_checker.h"
|
| -#include "remoting/host/event_executor.h"
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/desktop_environment_factory.h"
|
| +#include "remoting/host/dns_blackhole_checker.h"
|
| +#include "remoting/host/event_executor.h"
|
| #include "remoting/host/heartbeat_sender.h"
|
| +#include "remoting/host/host_exit_codes.h"
|
| #include "remoting/host/host_key_pair.h"
|
| #include "remoting/host/host_secret.h"
|
| #include "remoting/host/it2me_host_user_interface.h"
|
|
|