summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/PPCallbacksTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
commit320d9666eeab256ecaec2e2c1676bbb40f3aac9e (patch)
tree7a266d7fe3968e36638134a11cfe74d11b563bf8 /clang/unittests/Lex/PPCallbacksTest.cpp
parented09f456e7e99076fc3490cde3d59201f3328c12 (diff)
downloadbcm5719-llvm-320d9666eeab256ecaec2e2c1676bbb40f3aac9e.tar.gz
bcm5719-llvm-320d9666eeab256ecaec2e2c1676bbb40f3aac9e.zip
Sort the #include lines for unittests/...
I've tried to place sensible headers at the top as main-module headers. llvm-svn: 169243
Diffstat (limited to 'clang/unittests/Lex/PPCallbacksTest.cpp')
-rw-r--r--clang/unittests/Lex/PPCallbacksTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/unittests/Lex/PPCallbacksTest.cpp b/clang/unittests/Lex/PPCallbacksTest.cpp
index 02b374bc435..295fa407ddc 100644
--- a/clang/unittests/Lex/PPCallbacksTest.cpp
+++ b/clang/unittests/Lex/PPCallbacksTest.cpp
@@ -7,6 +7,7 @@
//
//===--------------------------------------------------------------===//
+#include "clang/Lex/Preprocessor.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/LangOptions.h"
@@ -16,12 +17,9 @@
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/HeaderSearchOptions.h"
#include "clang/Lex/ModuleLoader.h"
-#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/PreprocessorOptions.h"
-
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/PathV2.h"
-
#include "gtest/gtest.h"
using namespace llvm;
OpenPOWER on IntegriCloud