summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-08-06 00:34:49 +0100
committerNick White <git@njw.me.uk>2010-08-06 00:34:49 +0100
commit11d39c0601ec26e5db18031b693b0254e2e14dd2 (patch)
tree442f1659231b2674719205c48579a7e668dec8c7
parent8665cb69efbee6a6e896fa00d69db8aa8b8a691a (diff)
Improve config.h include placement
-rw-r--r--spout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/spout.c b/spout.c
index d66374c..a53e364 100644
--- a/spout.c
+++ b/spout.c
@@ -12,7 +12,6 @@
#include "spout.h"
#include "sintable.h"
#include "font.h"
-#include "config.h"
#define FRAMERATE 50
#define MAX_GRAIN 500
@@ -94,6 +93,8 @@ void pceFontSetType(int type);
void pceLCDTrans();
int pcePadGet();
+#include "config.h"
+
void pceAppInit(void)
{
vBuffer = vbuff;