File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
base/cvd/cuttlefish/host/commands/cvd/fetch Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ cf_cc_library(
5858 srcs = ["download_flags.cc" ],
5959 hdrs = ["download_flags.h" ],
6060 deps = [
61- "//cuttlefish/host/commands/cvd/fetch:fetch_cvd_parser" ,
6261 "//cuttlefish/host/commands/cvd/fetch:get_optional" ,
62+ "//cuttlefish/host/commands/cvd/fetch:vector_flags" ,
6363 ],
6464)
6565
Original file line number Diff line number Diff line change 1515
1616#include " cuttlefish/host/commands/cvd/fetch/download_flags.h"
1717
18- #include " cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"
1918#include " cuttlefish/host/commands/cvd/fetch/get_optional.h"
19+ #include " cuttlefish/host/commands/cvd/fetch/vector_flags.h"
2020
2121namespace cuttlefish {
2222
Original file line number Diff line number Diff line change 1515
1616#pragma once
1717
18- #include " cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser .h"
18+ #include " cuttlefish/host/commands/cvd/fetch/vector_flags .h"
1919
2020namespace cuttlefish {
2121
You can’t perform that action at this time.
0 commit comments