diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp index b3ec134dbe65..19c880ae94d3 100644 --- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp @@ -52,9 +52,9 @@ #include // These includes must be last. -#include -#include -#include +#include +#include +#include #include using namespace llvm;