aboutsummaryrefslogtreecommitdiff
path: root/host/commands/run_cvd/server_loop_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/run_cvd/server_loop_impl.cpp')
-rw-r--r--host/commands/run_cvd/server_loop_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/commands/run_cvd/server_loop_impl.cpp b/host/commands/run_cvd/server_loop_impl.cpp
index 2953e1e71..80177d886 100644
--- a/host/commands/run_cvd/server_loop_impl.cpp
+++ b/host/commands/run_cvd/server_loop_impl.cpp
@@ -32,13 +32,13 @@
#include "common/libs/utils/files.h"
#include "common/libs/utils/result.h"
#include "common/libs/utils/subprocess.h"
-#include "host/commands/run_cvd/process_monitor.h"
#include "host/commands/run_cvd/runner_defs.h"
#include "host/libs/command_util/util.h"
#include "host/libs/config/command_source.h"
#include "host/libs/config/cuttlefish_config.h"
#include "host/libs/config/data_image.h"
#include "host/libs/config/inject.h"
+#include "host/libs/process_monitor/process_monitor.h"
namespace cuttlefish {
namespace run_cvd_impl {