DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / IPO / Internalize.cpp
index 0ed76aba6280d2fc20620e8f11761c99e8f159d3..7bca45970a96e3133aab6fe5767c1fff59c4bfbc 100644 (file)
@@ -9,8 +9,9 @@
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
-#include "Support/Statistic.h"
 #include "Support/CommandLine.h"
+#include "Support/Debug.h"
+#include "Support/Statistic.h"
 #include <fstream>
 #include <set>