summaryrefslogtreecommitdiffstats
path: root/server.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 /server.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 'server.cpp')
-rw-r--r--server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.cpp b/server.cpp
index 202f012..96257c8 100644
--- a/server.cpp
+++ b/server.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "server.h"
+#include "wificond/server.h"
using android::binder::Status;
using android::sp;