[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / unittests / Transforms / DebugIR / DebugIR.cpp
index 8b4f158bff3f52444dc4c59057421b2155579e51..590fa8eac6ce531ac89253bac2790d783c50d62c 100644 (file)
@@ -15,8 +15,8 @@
 #include "llvm/ADT/Triple.h"
 #include "../lib/Transforms/Instrumentation/DebugIR.h"
 #include "llvm/Config/config.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/DIBuilder.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Host.h"