From 71f308adb7110c09be80e80874fda30cdf1bd32c Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 13 Feb 2015 09:09:03 +0000 Subject: 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 --- llvm/lib/DebugInfo/PDB/PDB.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/DebugInfo/PDB/PDB.cpp') 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 -- cgit v1.2.3