Skip to content

Commit ee78ea9

Browse files
committed
Remove now unnecessary includes
Now that the circular dependency between the `flags_defaults.h` and `cuttlefish_config.h` targets is broken.
1 parent d483f30 commit ee78ea9

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

base/cvd/cuttlefish/host/commands/cvd/cli/parser/instance/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cc_library(
2929
"//cuttlefish/host/commands/assemble_cvd:libassemble_cvd",
3030
"//cuttlefish/host/commands/cvd/cli/parser:configs_common",
3131
"//cuttlefish/host/commands/cvd/cli/parser:load_config_cc_proto",
32-
"//cuttlefish/host/libs/config",
3332
"//libbase",
3433
"@jsoncpp",
3534
"@protobuf",

base/cvd/cuttlefish/host/commands/cvd/cli/parser/instance/cf_graphics_configs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"
2727
#include "cuttlefish/host/commands/cvd/cli/parser/cf_configs_common.h"
2828
#include "cuttlefish/host/commands/cvd/cli/parser/load_config.pb.h"
29-
#include "cuttlefish/host/libs/config/cuttlefish_config.h" // flags_defaults.h dep
3029

3130
namespace cuttlefish {
3231

base/cvd/cuttlefish/host/commands/cvd/cli/parser/instance/cf_security_configs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"
2222
#include "cuttlefish/host/commands/cvd/cli/parser/cf_configs_common.h"
2323
#include "cuttlefish/host/commands/cvd/cli/parser/load_config.pb.h"
24-
// Needed by preprocessor constants in flags_defaults.h
25-
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
2624

2725
namespace cuttlefish {
2826

base/cvd/cuttlefish/host/commands/cvd/cli/parser/instance/cf_vm_configs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
#include "cuttlefish/common/libs/utils/result.h"
2828
#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"
2929
#include "cuttlefish/host/commands/cvd/cli/parser/cf_configs_common.h"
30-
// for a function in a flags_defaults.h preprocessor constant
3130
#include "cuttlefish/host/commands/cvd/cli/parser/load_config.pb.h"
32-
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
3331

3432
#define UI_DEFAULTS_MEMORY_MB 2048
3533

0 commit comments

Comments
 (0)