File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
base/cvd/cuttlefish/host/commands/cvd/cli/parser/instance Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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
3130namespace cuttlefish {
3231
Original file line number Diff line number Diff line change 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
2725namespace cuttlefish {
2826
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments