]> granicus.if.org Git - clang/commitdiff
Eliminate an unnecessary include. FIXMEs -=1
authorDouglas Gregor <dgregor@apple.com>
Wed, 15 Jun 2011 14:26:34 +0000 (14:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 15 Jun 2011 14:26:34 +0000 (14:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133056 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp

index 7d0ce8b2e71d0d97c24d2a466f13d1a754593f74..842c5fb17d9159f8e9e6e267491360ffceface8c 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "clang/Sema/Sema.h"
 #include "clang/Sema/DeclSpec.h"
-#include "clang/Sema/SemaDiagnostic.h" // FIXME: temporary!
 #include "clang/Sema/Template.h"
 #include "clang/Sema/TemplateDeduction.h"
 #include "clang/AST/ASTContext.h"