File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ cc_library(
1111 "alloc_utils.h" ,
1212 ],
1313 deps = [
14- "//cuttlefish/common/libs/fs" ,
1514 "//cuttlefish/host/commands/cvd/utils:common" ,
1615 "//cuttlefish/host/libs/config:logging" ,
17- "//libbase " ,
16+ "@abseil-cpp//absl/log " ,
1817 "@abseil-cpp//absl/strings:str_format" ,
1918 ],
2019)
Original file line number Diff line number Diff line change 1515 */
1616#include " alloc_utils.h"
1717
18- #include < cstdint>
18+ #include < stdint.h>
19+
1920#include < fstream>
2021#include < string_view>
22+ #include < sstream>
2123
22- #include " android-base/logging .h"
24+ #include " absl/log/log .h"
2325#include " absl/strings/str_format.h"
2426
2527#include " cuttlefish/host/commands/cvd/utils/common.h"
Original file line number Diff line number Diff line change 1616
1717#pragma once
1818
19+ #include < stdint.h>
1920#include < pwd.h>
2021#include < sys/wait.h>
2122#include < unistd.h>
2223
23- #include < atomic>
2424#include < optional>
25- #include < sstream>
2625#include < string_view>
2726
28- #include " cuttlefish/common/libs/fs/shared_fd.h"
29-
3027namespace cuttlefish {
3128
3229constexpr char kEbtablesName [] = " ebtables" ;
You can’t perform that action at this time.
0 commit comments