diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:09:03 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:09:03 +0000 |
commit | 71f308adb7110c09be80e80874fda30cdf1bd32c (patch) | |
tree | 79435252fc14a3d996b3ec4466d016328b95abc3 /llvm/lib/DebugInfo/PDB/PDB.cpp | |
parent | f7662782041bf162f14c6441f0b3e1e880e58466 (diff) | |
download | bcm5719-llvm-71f308adb7110c09be80e80874fda30cdf1bd32c.tar.gz bcm5719-llvm-71f308adb7110c09be80e80874fda30cdf1bd32c.zip |
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
script. This is in preparation for changes to lots of include lines.
llvm-svn: 229088
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/PDB.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/PDB.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDB.cpp b/llvm/lib/DebugInfo/PDB/PDB.cpp index 6aea237ec0a..c7a96ba04da 100644 --- a/llvm/lib/DebugInfo/PDB/PDB.cpp +++ b/llvm/lib/DebugInfo/PDB/PDB.cpp @@ -8,11 +8,9 @@ //===----------------------------------------------------------------------===// #include "llvm/Config/config.h" - #include "llvm/ADT/StringRef.h" - -#include "llvm/DebugInfo/PDB/PDB.h" #include "llvm/DebugInfo/PDB/IPDBSession.h" +#include "llvm/DebugInfo/PDB/PDB.h" #if HAVE_DIA_SDK #include "llvm/DebugInfo/PDB/DIA/DIASession.h" #endif |