Skip to content

Commit d706c54

Browse files
committed
Fix dependencies on cvd/fetch:download_flags
1 parent 0f62257 commit d706c54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/cvd/cuttlefish/host/commands/cvd/fetch/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

base/cvd/cuttlefish/host/commands/cvd/fetch/download_flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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

2121
namespace cuttlefish {
2222

base/cvd/cuttlefish/host/commands/cvd/fetch/download_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
namespace cuttlefish {
2121

0 commit comments

Comments
 (0)