From: Reid Kleckner Date: Wed, 26 Feb 2020 18:34:12 +0000 (-0800) Subject: Remove unneeded Compiler.h and DataTypes.h includes, NFC X-Git-Url: https://git.jankratochvil.net/?p=lldb.git;a=commitdiff_plain;h=34312ed24e17a0e8269611b954e489fa7759f115 Remove unneeded Compiler.h and DataTypes.h includes, NFC --- diff --git a/lldb/source/Utility/Timer.cpp b/lldb/source/Utility/Timer.cpp index 003afa1..d55c986 100644 --- a/lldb/source/Utility/Timer.cpp +++ b/lldb/source/Utility/Timer.cpp @@ -15,6 +15,7 @@ #include #include +#include #include #include diff --git a/llvm/include/llvm/Support/MathExtras.h b/llvm/include/llvm/Support/MathExtras.h index 5ad055a..67a9691 100644 --- a/llvm/include/llvm/Support/MathExtras.h +++ b/llvm/include/llvm/Support/MathExtras.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/llvm/include/llvm/Support/SwapByteOrder.h b/llvm/include/llvm/Support/SwapByteOrder.h index 700ede7..94ba1aa 100644 --- a/llvm/include/llvm/Support/SwapByteOrder.h +++ b/llvm/include/llvm/Support/SwapByteOrder.h @@ -14,9 +14,8 @@ #ifndef LLVM_SUPPORT_SWAPBYTEORDER_H #define LLVM_SUPPORT_SWAPBYTEORDER_H -#include "llvm/Support/Compiler.h" -#include "llvm/Support/DataTypes.h" #include +#include #include #if defined(_MSC_VER) && !defined(_DEBUG) #include