about summary refs log tree commit diff
path: root/templates/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simple.c')
-rw-r--r--templates/simple.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/simple.c b/templates/simple.c
index 9c9f20f..1b3c293 100644
--- a/templates/simple.c
+++ b/templates/simple.c
@@ -3,13 +3,14 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <core.h>
-#include <template.h>
 #include <config.h>
-#include <cgiutil.h>
-#include <stringutil.h>
-#include <timeutil.h>
-#include <xml.h>
+
+#include <sternenblog/core.h>
+#include <sternenblog/template.h>
+#include <sternenblog/cgiutil.h>
+#include <sternenblog/stringutil.h>
+#include <sternenblog/timeutil.h>
+#include <sternenblog/xml.h>
 
 static struct xml_context ctx;