Remove unused Target argument from AsmParser construction methods.
[oota-llvm.git] / include / llvm / ADT / EquivalenceClasses.h
index 07a5edfdb6ca785b6ea731338dae126ff76aaf47..771476c30361de7787835453fba5b3459c0d389c 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LLVM_ADT_EQUIVALENCECLASSES_H
 #define LLVM_ADT_EQUIVALENCECLASSES_H
 
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <set>