aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-03-05 22:23:59 +0100
committerThomas White <taw@bitwiz.org.uk>2013-03-05 22:23:59 +0100
commitb7930391bf1981b68227bb1c286cd28630cfd544 (patch)
treea29808407cbce6187fdafb43e41a15c4b62deba6 /src/render.c
parentb447e47da5e2bb6c0450506af9491741cc6f3340 (diff)
Move "libstorycode" back to this repository
Keeping it separate, just for the sake of "harfatum", was causing a lot more awkwardness than it could ever solve, compared to just duplicating the code.
Diffstat (limited to 'src/render.c')
-rw-r--r--src/render.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render.c b/src/render.c
index ed72fe0..3aa3d05 100644
--- a/src/render.c
+++ b/src/render.c
@@ -32,8 +32,7 @@
#include <string.h>
#include <stdlib.h>
-#include <storycode.h>
-
+#include "storycode.h"
#include "stylesheet.h"
#include "presentation.h"
#include "frame.h"