]> granicus.if.org Git - clang/commitdiff
Move include to the proper place. No functionality change
authorDouglas Gregor <dgregor@apple.com>
Mon, 16 Aug 2010 23:08:34 +0000 (23:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 16 Aug 2010 23:08:34 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111204 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp

index d0c08a08fff935f9aaaed1d95c62da8ea457c17b..77a641a2c5d036ab0b9a96bbead4fe69c7f604bf 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/StringSet.h"
 #include "llvm/System/Path.h"
 #include "llvm/Support/Timer.h"
 #include <map>
index 41c5dbc46060e6c16c57c28a04b300b66189257d..c66f08df3d4f3fb5b99a7ae0b026e8ad2cbe14fb 100644 (file)
@@ -32,6 +32,7 @@
 #include "clang/Basic/TargetOptions.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/Basic/Diagnostic.h"
+#include "llvm/ADT/StringSet.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/System/Host.h"
 #include "llvm/System/Path.h"