diff options
Diffstat (limited to 'server/TetherController.cpp')
| -rw-r--r-- | server/TetherController.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/TetherController.cpp b/server/TetherController.cpp index 092d4566..5a08ed21 100644 --- a/server/TetherController.cpp +++ b/server/TetherController.cpp @@ -27,19 +27,16 @@ #include <netinet/in.h> #include <arpa/inet.h> -#include <base/file.h> #define LOG_TAG "TetherController" #include <cutils/log.h> #include <cutils/properties.h> +#include <utils/file.h> #include "Fwmark.h" #include "NetdConstants.h" #include "Permission.h" #include "TetherController.h" -using android::base::ReadFileToString; -using android::base::WriteStringToFile; - namespace { static const char BP_TOOLS_MODE[] = "bp-tools"; |
