summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/pashello.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/pashello.c')
-rw-r--r--apps/examples/pashello/pashello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/pashello/pashello.c b/apps/examples/pashello/pashello.c
index b8c19b6a4..8f9fc8b22 100644
--- a/apps/examples/pashello/pashello.c
+++ b/apps/examples/pashello/pashello.c
@@ -43,8 +43,8 @@
#include <stdlib.h>
#include <debug.h>
-#include "apps/pcode/insn/pexec.h"
-#include "apps/pcode/pedefs.h"
+#include "pexec.h"
+#include "pedefs.h"
#include "pashello.h"
/****************************************************************************