Fix multiple typedefs
authorDavid Schleef <ds@schleef.org>
Sat, 8 Dec 2012 19:53:56 +0000 (11:53 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 8 Dec 2012 19:53:56 +0000 (11:53 -0800)
orc/orccode.h
orc/orccompiler.h
orc/orcconstant.h
orc/orcinstruction.h

index 08775e0..45441ce 100644 (file)
@@ -5,6 +5,7 @@
 #include <orc/orcutils.h>
 #include <orc/orclimits.h>
 #include <orc/orcexecutor.h>
+#include <orc/orcinstruction.h>
 
 ORC_BEGIN_DECLS
 
index 73df995..a3cdbcd 100644 (file)
@@ -13,7 +13,6 @@
 
 ORC_BEGIN_DECLS
 
-typedef struct _OrcCompiler OrcCompiler;
 typedef struct _OrcFixup OrcFixup;
 
 
index adfc2d8..28fb4ec 100644 (file)
@@ -7,7 +7,6 @@
 
 ORC_BEGIN_DECLS
 
-typedef struct _OrcConstant OrcConstant;
 
 enum {
   ORC_CONST_ZERO,
index 5af4ea6..168ab0f 100644 (file)
@@ -9,8 +9,6 @@
 
 ORC_BEGIN_DECLS
 
-typedef struct _OrcInstruction OrcInstruction;
-
 /**
  * OrcInstruction:
  *