[llvm-commits] CVS: reopt/lib/BinInterface/construct.cpp emit.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Oct 10 13:45:02 PDT 2003
Changes in directory reopt/lib/BinInterface:
construct.cpp updated: 1.9 -> 1.10
emit.cpp updated: 1.9 -> 1.10
---
Log message:
Don't include Config/stdio.h or <stdio.h>.
---
Diffs of the changes: (+0 -4)
Index: reopt/lib/BinInterface/construct.cpp
diff -u reopt/lib/BinInterface/construct.cpp:1.9 reopt/lib/BinInterface/construct.cpp:1.10
--- reopt/lib/BinInterface/construct.cpp:1.9 Sat Sep 13 16:12:05 2003
+++ reopt/lib/BinInterface/construct.cpp Fri Oct 10 13:44:27 2003
@@ -13,8 +13,6 @@
#include "reopt/BinInterface/bitmath.h" // binary math routines
#include "reopt/BinInterface/sparc9.h" // SPARC9 opcode definitions
#include "reopt/BinInterface/regmask.h" // register mask allocator
-#include "Config/stdio.h"
-#include "Config/stdlib.h"
#include <cassert>
#include <vector>
Index: reopt/lib/BinInterface/emit.cpp
diff -u reopt/lib/BinInterface/emit.cpp:1.9 reopt/lib/BinInterface/emit.cpp:1.10
--- reopt/lib/BinInterface/emit.cpp:1.9 Sat Sep 13 16:12:05 2003
+++ reopt/lib/BinInterface/emit.cpp Fri Oct 10 13:44:27 2003
@@ -11,8 +11,6 @@
#include "reopt/BinInterface/bitmath.h" // binary math routines
#include "reopt/BinInterface/sparc9.h" // SPARC9 opcode definitions
#include "reopt/BinInterface/regmask.h" // Register mask allocator
-#include "Config/stdio.h"
-#include "Config/stdlib.h"
#include <cassert>
#include <vector>
More information about the llvm-commits
mailing list