summaryrefslogtreecommitdiff
path: root/examples/triangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triangle.c')
-rw-r--r--examples/triangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle.c b/examples/triangle.c
index 9e20b90..df6b220 100644
--- a/examples/triangle.c
+++ b/examples/triangle.c
@@ -1,6 +1,6 @@
#include "../sponge.h"
#define SPONGE_EXAMPLE_IMPLEMENTATION
-#include "../example.h"
+#include "example.h"
#define SPEED (4)
static int32_t offset = 0;