diff options
| author | Mike Yu <yumike@google.com> | 2019-03-13 14:43:39 +0800 |
|---|---|---|
| committer | Bernie Innocenti <codewiz@google.com> | 2019-04-02 12:49:23 +0000 |
| commit | f0e019f6253b44b4d4c255030a06f95bd0dfb17f (patch) | |
| tree | 5cee3f7fb81258dde21916131f5ae9a6770ad34c /server/TetherController.cpp | |
| parent | 74f74dd4f99013c161678c7be9a898a70b867990 (diff) | |
Move ResponseCode to libnetdutils
ResponseCode is necessary for libnetd_resolv, move it to libnetdutils
to ease the cleanup of the include path system/netd/server for
libnetd_resolv.
Bug: 128662167
Test: system/netd/tests/runtests.sh passed
Change-Id: Iae22cc6b4c642a190294fa4ce0ae406434e7ac3d
Diffstat (limited to 'server/TetherController.cpp')
| -rw-r--r-- | server/TetherController.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/TetherController.cpp b/server/TetherController.cpp index c684a1ad..0c5b6bfe 100644 --- a/server/TetherController.cpp +++ b/server/TetherController.cpp @@ -45,11 +45,10 @@ #include "Controllers.h" #include "Fwmark.h" -#include "NetdConstants.h" -#include "Permission.h" #include "InterfaceController.h" +#include "NetdConstants.h" #include "NetworkController.h" -#include "ResponseCode.h" +#include "Permission.h" #include "TetherController.h" namespace android { |
