From: Devang Patel Date: Wed, 9 Nov 2011 21:08:24 +0000 (+0000) Subject: Remove unnecessary include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8ecd7c82a13be635f3f550691752a268fc69ec6;p=clang Remove unnecessary include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144210 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"