[cfe-commits] r78140 - /cfe/trunk/lib/Sema/SemaDecl.cpp
Mike Stump
mrs at apple.com
Tue Aug 4 18:22:47 PDT 2009
Author: mrs
Date: Tue Aug 4 20:22:47 2009
New Revision: 78140
URL: http://llvm.org/viewvc/llvm-project?rev=78140&view=rev
Log:
Remove an unused header.
Modified:
cfe/trunk/lib/Sema/SemaDecl.cpp
Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=78140&r1=78139&r2=78140&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Tue Aug 4 20:22:47 2009
@@ -29,7 +29,6 @@
#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/HeaderSearch.h"
#include "llvm/ADT/BitVector.h"
-#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <functional>
More information about the cfe-commits
mailing list