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 /looper_backed_event_loop.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 'looper_backed_event_loop.cpp')
-rw-r--r--looper_backed_event_loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/looper_backed_event_loop.cpp b/looper_backed_event_loop.cpp
index aea8422..6ab6fe6 100644
--- a/looper_backed_event_loop.cpp
+++ b/looper_backed_event_loop.cpp
@@ -14,7 +14,7 @@
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 16
17#include <looper_backed_event_loop.h> 17#include "wificond/looper_backed_event_loop.h"
18 18
19#include <android-base/logging.h> 19#include <android-base/logging.h>
20#include <utils/Looper.h> 20#include <utils/Looper.h>