orc.h: remove stdint.h from includes
authorDavid Schleef <ds@schleef.org>
Sat, 8 Jan 2011 00:58:56 +0000 (16:58 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 8 Jan 2011 00:58:56 +0000 (16:58 -0800)
This is technically part of the ABI.  Let's see if anyone
notices.

orc/orc.h

index 3f711be..d6e8bc6 100644 (file)
--- a/orc/orc.h
+++ b/orc/orc.h
@@ -3,7 +3,6 @@
 #define _ORC_ORC_H_
 
 #include <orc/orcprogram.h>
-#include <orc/orc-stdint.h>
 #include <orc/orcarm.h>
 #include <orc/orcdebug.h>
 #include <orc/orcfunctions.h>