summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@ginger.bigkitten.com>2008-05-29 13:55:02 -0700
committerDavid Schleef <ds@ginger.bigkitten.com>2008-05-29 13:55:02 -0700
commit3f2f4de734538c39d41989c1e203d0d78e4da0ba (patch)
tree3a83cf41d795bffd5cf67420b227049b5342b5b0
parentab5b03acfb40d446e4934e49a0f38bb02137468d (diff)
downloadliboil-3f2f4de734538c39d41989c1e203d0d78e4da0ba.tar.gz
[orc] Fixes for compiling for windows
-rw-r--r--examples/orc/jit.c1
-rw-r--r--examples/orc/simple.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/orc/jit.c b/examples/orc/jit.c
index cab412c..9f40a73 100644
--- a/examples/orc/jit.c
+++ b/examples/orc/jit.c
@@ -1,7 +1,6 @@
#include "config.h"
-#include <glib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/examples/orc/simple.c b/examples/orc/simple.c
index 4cc1e84..ef75e86 100644
--- a/examples/orc/simple.c
+++ b/examples/orc/simple.c
@@ -1,7 +1,6 @@
#include "config.h"
-#include <glib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>