summaryrefslogtreecommitdiff
path: root/examples/rects.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rects.c')
-rw-r--r--examples/rects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rects.c b/examples/rects.c
index 5b12e40..667a78e 100644
--- a/examples/rects.c
+++ b/examples/rects.c
@@ -2,7 +2,7 @@
#include "../sponge.h"
#define SPONGE_EXAMPLE_IMPLEMENTATION
-#include "../example.h"
+#include "example.h"
void draw_frame(sponge_Texture c) {
assert(c.width > 140 + 20);