[TableGen] Use the SMLoc header file instead of SourceMgr header file in a couple...
[oota-llvm.git] / include / llvm / TableGen / Record.h
index 91aad57ee71f15e54638470c93f734b8a58cc357..14ad63603358a80a7c3bb1f7b6117039b4210125 100644 (file)
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/FoldingSet.h"
+#include "llvm/ADT/PointerIntPair.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/SourceMgr.h"
+#include "llvm/Support/SMLoc.h"
 #include "llvm/Support/raw_ostream.h"
 #include <map>