commit | 513474c1a7ab0da4b8a7a7ce63255da85f9e5246 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Dec 08 16:20:43 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Dec 18 20:02:52 2022 +0000 |
tree | df06167013f25da2c121454654b1564042c646f6 | |
parent | 9dac660bf072fe0701228b731e376052ec773e7b [diff] [blame] |
rename bpf_shared.h to netd.h Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I2e1569c8d70e98f9a3fdbab41fd2ba7f7b84dd37
diff --git a/netd/BpfHandler.h b/netd/BpfHandler.h index 925a725..a6da4eb 100644 --- a/netd/BpfHandler.h +++ b/netd/BpfHandler.h
@@ -18,7 +18,7 @@ #include <netdutils/Status.h> #include "bpf/BpfMap.h" -#include "bpf_shared.h" +#include "netd.h" using android::bpf::BpfMap; using android::bpf::BpfMapRO;