From 1a180156b652e515933adfb6c3302a470d467e04 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Sat, 23 Apr 2011 19:53:52 +0000 Subject: Remove unused STL header includes. llvm-svn: 130068 --- clang/lib/CodeGen/CGObjCRuntime.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CGObjCRuntime.h') diff --git a/clang/lib/CodeGen/CGObjCRuntime.h b/clang/lib/CodeGen/CGObjCRuntime.h index 6e0f192d16f..0cc2d824d40 100644 --- a/clang/lib/CodeGen/CGObjCRuntime.h +++ b/clang/lib/CodeGen/CGObjCRuntime.h @@ -17,7 +17,6 @@ #define CLANG_CODEGEN_OBCJRUNTIME_H #include "clang/Basic/IdentifierTable.h" // Selector #include "clang/AST/DeclObjC.h" -#include #include "CGBuilder.h" #include "CGCall.h" -- cgit v1.2.3