summaryrefslogtreecommitdiffstats
path: root/server/NetdConstants.cpp
diff options
context:
space:
mode:
authorBernie Innocenti <codewiz@google.com>2019-06-05 15:27:46 +0900
committerBernie Innocenti <codewiz@google.com>2019-06-05 16:22:44 +0900
commit80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a (patch)
treeed7601b5d3f44dba32bca4c21e7c00db80fddc09 /server/NetdConstants.cpp
parent8f578ff615b8463b4ff6299d6b81f6f48287b5fb (diff)
downloadplatform_system_netd-80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a.tar.gz
platform_system_netd-80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a.tar.bz2
platform_system_netd-80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a.zip
Remove unused deps on liblogwrap
Nothing seems to be calling into it, so it can probably go. Test: rebuild everything, then run atest Change-Id: I6e446f98decd708f59e5994fa10f77be4476d02f
Diffstat (limited to 'server/NetdConstants.cpp')
-rw-r--r--server/NetdConstants.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/NetdConstants.cpp b/server/NetdConstants.cpp
index 40f78f68a..80282b35b 100644
--- a/server/NetdConstants.cpp
+++ b/server/NetdConstants.cpp
@@ -29,7 +29,6 @@
#include <android-base/stringprintf.h>
#include <cutils/sockets.h>
#include <log/log.h>
-#include <logwrap/logwrap.h>
#include "Controllers.h"
#include "NetdConstants.h"