From 2ecfd3f1138875bd57a17bb0fb0a123f28c118d7 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 7 Jan 2011 16:58:56 -0800 Subject: [PATCH] orc.h: remove stdint.h from includes This is technically part of the ABI. Let's see if anyone notices. --- orc/orc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/orc/orc.h b/orc/orc.h index 3f711be..d6e8bc6 100644 --- a/orc/orc.h +++ b/orc/orc.h @@ -3,7 +3,6 @@ #define _ORC_ORC_H_ #include -#include #include #include #include -- 2.7.4