summaryrefslogtreecommitdiffstats
path: root/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 10:37:14 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 10:37:14 +0000
commit91d19d8e930a955766fa69f1d847be89ead2f8c4 (patch)
tree272c55fc7295bc35478b35bde0c50b8161ebbb8d /llvm/utils/KillTheDoctor/KillTheDoctor.cpp
parent130cec21b9030cc83837f256276edfefdf6721da (diff)
downloadbcm5719-llvm-91d19d8e930a955766fa69f1d847be89ead2f8c4.tar.gz
bcm5719-llvm-91d19d8e930a955766fa69f1d847be89ead2f8c4.zip
Sort the #include lines for utils/...
I've tried to find main moudle headers where possible, but the TableGen stuff may warrant someone else looking at it. llvm-svn: 169251
Diffstat (limited to 'llvm/utils/KillTheDoctor/KillTheDoctor.cpp')
-rw-r--r--llvm/utils/KillTheDoctor/KillTheDoctor.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
index 70713b25bf2..03834586bcf 100644
--- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
+++ b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
@@ -39,19 +39,22 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/type_traits.h"
#include "llvm/Support/Signals.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
+#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cerrno>
#include <cstdlib>
#include <map>
+#include <psapi.h>
#include <string>
-#include <Windows.h>
-#include <WinError.h>
+
+// This includes must be last.
#include <Dbghelp.h>
-#include <psapi.h>
+#include <WinError.h>
+#include <Windows.h>
+
using namespace llvm;
#undef max
OpenPOWER on IntegriCloud