aboutsummaryrefslogtreecommitdiff
path: root/apps/boot/include/ese/app/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/boot/include/ese/app/boot.h')
-rw-r--r--apps/boot/include/ese/app/boot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/boot/include/ese/app/boot.h b/apps/boot/include/ese/app/boot.h
index 09659a3..48714fa 100644
--- a/apps/boot/include/ese/app/boot.h
+++ b/apps/boot/include/ese/app/boot.h
@@ -19,11 +19,11 @@
#ifndef ESE_APP_BOOT_H_
#define ESE_APP_BOOT_H_ 1
-#include "../../../../../libese/include/ese/ese.h"
-#include "../../../../../libese/include/ese/log.h"
-#include "../../../../../libese-sysdeps/include/ese/sysdeps.h"
+#include <ese/ese.h>
+#include <ese/log.h>
+#include <ese/sysdeps.h>
-#include "../../../../include/ese/app/result.h"
+#include <ese/app/result.h>
#ifdef __cplusplus
extern "C" {