[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / IR / DIBuilder.cpp
index 040ebdf039553addb3cf84b06ad78be03caf5ce1..634240c94580f58fcb55cd72d8103e7649b88c10 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "llvm/IR/DIBuilder.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/Constants.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/Debug.h"