diff options
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r-- | include/llvm/Constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index a7deae0..a75aaf7 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -25,7 +25,6 @@ #include "llvm/OperandTraits.h" #include "llvm/ADT/APInt.h" #include "llvm/ADT/APFloat.h" -#include "llvm/ADT/SmallVector.h" #include <vector> namespace llvm { @@ -40,6 +39,8 @@ template<class ConstantClass, class TypeClass, class ValType> struct ConstantCreator; template<class ConstantClass, class TypeClass> struct ConvertConstantType; +template<typename T, unsigned N> +class SmallVector; //===----------------------------------------------------------------------===// /// This is the shared class of boolean and integer constants. This class |