aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-11-09 21:08:24 +0000
committerDevang Patel <dpatel@apple.com>2011-11-09 21:08:24 +0000
commita8ecd7c82a13be635f3f550691752a268fc69ec6 (patch)
treeeda6b46c645af7d1daea9a0482302a692f8da0db /lib/CodeGen/CodeGenModule.h
parent108fb14563f60f895481e2236bfdcea10d1536fb (diff)
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index 0ce698ae9f..7b82819af3 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -26,7 +26,6 @@
#include "llvm/Module.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/ValueHandle.h"