summaryrefslogtreecommitdiffstats
path: root/examples/cpu-com-example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpu-com-example')
-rw-r--r--examples/cpu-com-example/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cpu-com-example/main.cpp b/examples/cpu-com-example/main.cpp
index d75822e72..6da2aa0df 100644
--- a/examples/cpu-com-example/main.cpp
+++ b/examples/cpu-com-example/main.cpp
@@ -2,10 +2,10 @@
#include <stdio.h>
-#include <slang.h>
+#include "slang.h"
-#include <slang-com-ptr.h>
-#include <slang-com-helper.h>
+#include "slang-com-ptr.h"
+#include "slang-com-helper.h"
// This includes a useful small function for setting up the prelude (described more further below).
#include "../../source/core/slang-test-tool-util.h"