diff options
| author | Ningyuan Wang <nywang@google.com> | 2016-07-15 16:47:54 -0700 |
|---|---|---|
| committer | Ningyuan Wang <nywang@google.com> | 2016-07-18 12:39:42 -0700 |
| commit | 808c670699b218f8cc16f83e81be408ae441d44a (patch) | |
| tree | 35437f397569294e0140a0e2ec690177af3ed4f4 /server.cpp | |
| parent | 30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2 (diff) | |
| download | platform_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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "server.h" +#include "wificond/server.h" using android::binder::Status; using android::sp; |
