summaryrefslogtreecommitdiffstats
path: root/ap_interface_impl.cpp
diff options
context:
space:
mode:
authorNingyuan Wang <nywang@google.com>2016-07-15 16:47:54 -0700
committerNingyuan Wang <nywang@google.com>2016-07-18 12:39:42 -0700
commit808c670699b218f8cc16f83e81be408ae441d44a (patch)
tree35437f397569294e0140a0e2ec690177af3ed4f4 /ap_interface_impl.cpp
parent30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2 (diff)
downloadplatform_system_connectivity_wificond-808c670699b218f8cc16f83e81be408ae441d44a.tar.gz
platform_system_connectivity_wificond-808c670699b218f8cc16f83e81be408ae441d44a.tar.bz2
platform_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 'ap_interface_impl.cpp')
-rw-r--r--ap_interface_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ap_interface_impl.cpp b/ap_interface_impl.cpp
index c7974a7..1327f11 100644
--- a/ap_interface_impl.cpp
+++ b/ap_interface_impl.cpp
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-#include "ap_interface_impl.h"
+#include "wificond/ap_interface_impl.h"
-#include "ap_interface_binder.h"
+#include "wificond/ap_interface_binder.h"
using android::net::wifi::IApInterface;