aboutsummaryrefslogtreecommitdiff
path: root/host/commands/run_cvd/server_loop_impl.cpp
diff options
context:
space:
mode:
authorJaeMan Park <jaeman@google.com>2023-07-25 11:25:29 +0900
committerJaeMan Park <jaeman@google.com>2023-07-26 13:13:50 +0900
commitcf36add44a6e7968033662dd17cdca73163bd2ce (patch)
tree59932bd4f7e4d19925250edadd036f7662b3c520 /host/commands/run_cvd/server_loop_impl.cpp
parent6381d1cd133d4149e8271d1973eb22e59526bb83 (diff)
downloadcuttlefish-cf36add44a6e7968033662dd17cdca73163bd2ce.tar.gz
Extract process_monitor into a library
The library can be used at other module like run_env Test: lunch aosp_cf_x86_64_phone-userdebug && m Change-Id: I25673393ab0ace219793b557f28bca1a4875c3ee
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 {