diff options
| author | Bernie Innocenti <codewiz@google.com> | 2019-02-19 18:08:36 +0900 |
|---|---|---|
| committer | Bernie Innocenti <codewiz@google.com> | 2019-02-21 06:15:00 +0000 |
| commit | 34de3ba1ffb594b35935fdd110dce1af3f5f4503 (patch) | |
| tree | bab1829a6177cf84a94c5c6c666b9142d61db11c /server/NetworkController.cpp | |
| parent | 111c1ba88139c3647de0148f62a46fcd0cda3740 (diff) | |
Rename struct __res_params to res_params
The double-underscore prefixes are a leftover from when this code lived
in bionic. Now we're slowly getting rid of them...
Also cleanup transitive includes a bit.
Test: atest resolv_integration_test resolv_unit_test
Change-Id: I65ed8aed273be4af37a982a167f364a1f33f9a36
Diffstat (limited to 'server/NetworkController.cpp')
| -rw-r--r-- | server/NetworkController.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/NetworkController.cpp b/server/NetworkController.cpp index 50e1275c..b3297bb6 100644 --- a/server/NetworkController.cpp +++ b/server/NetworkController.cpp @@ -29,12 +29,11 @@ #include "log/log.h" #include <android-base/strings.h> +#include <cutils/misc.h> // FIRST_APPLICATION_UID #include <netd_resolv/resolv.h> #include <netd_resolv/resolv_stub.h> #include "android/net/INetd.h" -#include "cutils/misc.h" - #include "Controllers.h" #include "DummyNetwork.h" #include "DumpWriter.h" |
