summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/chre.h10
-rw-r--r--inc/chre/event.h (renamed from inc/chre_event.h)0
-rw-r--r--inc/chre/nanoapp.h (renamed from inc/chre_nanoapp.h)0
-rw-r--r--inc/chre/re.h (renamed from inc/chre_re.h)0
-rw-r--r--inc/chre/sensor.h (renamed from inc/chre_sensor.h)2
-rw-r--r--inc/chre/version.h (renamed from inc/chre_version.h)0
6 files changed, 6 insertions, 6 deletions
diff --git a/inc/chre.h b/inc/chre.h
index 3cad8930..55fed265 100644
--- a/inc/chre.h
+++ b/inc/chre.h
@@ -30,11 +30,11 @@
* for overall platform information.
*/
-#include "chre_event.h"
-#include "chre_nanoapp.h"
-#include "chre_re.h"
-#include "chre_sensor.h"
-#include "chre_version.h"
+#include <chre/event.h>
+#include <chre/nanoapp.h>
+#include <chre/re.h>
+#include <chre/sensor.h>
+#include <chre/version.h>
/**
diff --git a/inc/chre_event.h b/inc/chre/event.h
index 465c40ac..465c40ac 100644
--- a/inc/chre_event.h
+++ b/inc/chre/event.h
diff --git a/inc/chre_nanoapp.h b/inc/chre/nanoapp.h
index 78a8accd..78a8accd 100644
--- a/inc/chre_nanoapp.h
+++ b/inc/chre/nanoapp.h
diff --git a/inc/chre_re.h b/inc/chre/re.h
index 31b0ed7c..31b0ed7c 100644
--- a/inc/chre_re.h
+++ b/inc/chre/re.h
diff --git a/inc/chre_sensor.h b/inc/chre/sensor.h
index eafedd96..1b350c52 100644
--- a/inc/chre_sensor.h
+++ b/inc/chre/sensor.h
@@ -29,7 +29,7 @@
#include <stdint.h>
// For CHRE_EVENT_SENSOR_FIRST_EVENT and CHRE_EVENT_SENSOR_LAST_EVENT
-#include "chre_event.h"
+#include <chre/event.h>
#ifdef __cplusplus
extern "C" {
diff --git a/inc/chre_version.h b/inc/chre/version.h
index ae6b14ca..ae6b14ca 100644
--- a/inc/chre_version.h
+++ b/inc/chre/version.h