Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / ProfileDataLoader.cpp
index a4f634af531e946292314521ad154a1770b7cf3e..d7f444b4b6d7f12c94395b90d39d69d9b3f7bd17 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Analysis/ProfileDataLoader.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/OwningPtr.h"
-#include "llvm/Module.h"
-#include "llvm/InstrTypes.h"
-#include "llvm/Analysis/ProfileDataLoader.h"
 #include "llvm/Analysis/ProfileDataTypes.h"
+#include "llvm/IR/InstrTypes.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 #include <cstdio>