diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/Mangler.h (renamed from include/llvm/Support/Mangler.h) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Target/Mangler.h index deedb6d..132e0e7 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Target/Mangler.h @@ -15,7 +15,6 @@ #define LLVM_SUPPORT_MANGLER_H #include "llvm/ADT/DenseMap.h" -#include "llvm/ADT/SmallPtrSet.h" #include <string> namespace llvm { |