aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Han <Michael.Han@autodesk.com>2012-07-19 04:10:19 +0000
committerMichael Han <Michael.Han@autodesk.com>2012-07-19 04:10:19 +0000
commitcc4748a0cb633050fdfd0d8ba8ff4f8187a9e844 (patch)
tree1141efbde1e3bd008a64a0fe32e5e2fc616d08a2
parent455e72e7625a8f87c2c302d8d82baee5c111e094 (diff)
Remove an unused header
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160492 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/TableGen/ClangAttrEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp
index 794739bca7..1b1a478ceb 100644
--- a/utils/TableGen/ClangAttrEmitter.cpp
+++ b/utils/TableGen/ClangAttrEmitter.cpp
@@ -18,7 +18,6 @@
#include "llvm/TableGen/TableGenBackend.h"
#include <algorithm>
#include <cctype>
-#include <set>
using namespace llvm;