summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNingyuan Wang2016-07-15 18:47:54 -0500
committerNingyuan Wang2016-07-18 14:39:42 -0500
commit808c670699b218f8cc16f83e81be408ae441d44a (patch)
tree35437f397569294e0140a0e2ec690177af3ed4f4 /main.cpp
parent30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2 (diff)
downloadsystem-connectivity-wificond-808c670699b218f8cc16f83e81be408ae441d44a.tar.gz
system-connectivity-wificond-808c670699b218f8cc16f83e81be408ae441d44a.tar.xz
system-connectivity-wificond-808c670699b218f8cc16f83e81be408ae441d44a.zip
Change include directory
This make our local headers clearly wificond prefixed. TEST=compile BUG=None Change-Id: I68cc9efd2f73bec7a4cbec09a470af58420ac3e1
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 63b12ab..5a982b4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -30,9 +30,9 @@
30#include <wifi_system/hal_tool.h> 30#include <wifi_system/hal_tool.h>
31#include <wifi_system/interface_tool.h> 31#include <wifi_system/interface_tool.h>
32 32
33#include "ipc_constants.h" 33#include "wificond/ipc_constants.h"
34#include "looper_backed_event_loop.h" 34#include "wificond/looper_backed_event_loop.h"
35#include "server.h" 35#include "wificond/server.h"
36 36
37using android::net::wifi::IWificond; 37using android::net::wifi::IWificond;
38using android::wifi_hal::DriverTool; 38using android::wifi_hal::DriverTool;