From 4903802fbfff23b27f0a030f6103818f6edb2a16 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 4 Feb 2012 13:45:25 +0000 Subject: Move a method from IdentifierTable.h out of line and remove the SmallString include. Fix all the transitive include users. llvm-svn: 149783 --- clang/unittests/Basic/SourceManagerTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/unittests/Basic/SourceManagerTest.cpp') diff --git a/clang/unittests/Basic/SourceManagerTest.cpp b/clang/unittests/Basic/SourceManagerTest.cpp index 1b067b0d0bf..588721189d8 100644 --- a/clang/unittests/Basic/SourceManagerTest.cpp +++ b/clang/unittests/Basic/SourceManagerTest.cpp @@ -16,6 +16,7 @@ #include "clang/Lex/ModuleLoader.h" #include "clang/Lex/HeaderSearch.h" #include "clang/Lex/Preprocessor.h" +#include "llvm/ADT/SmallString.h" #include "llvm/Config/config.h" #include "gtest/gtest.h" -- cgit v1.2.3