diff options
Diffstat (limited to 'lldb/include/lldb/Utility/Timer.h')
-rw-r--r-- | lldb/include/lldb/Utility/Timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Utility/Timer.h b/lldb/include/lldb/Utility/Timer.h index 2c1e984837c..7c41c625725 100644 --- a/lldb/include/lldb/Utility/Timer.h +++ b/lldb/include/lldb/Utility/Timer.h @@ -10,10 +10,10 @@ #ifndef liblldb_Timer_h_ #define liblldb_Timer_h_ -#include "lldb/lldb-defines.h" // for DISALLOW_COPY_AND_ASSIGN +#include "lldb/lldb-defines.h" #include "llvm/Support/Chrono.h" #include <atomic> -#include <stdint.h> // for uint32_t +#include <stdint.h> namespace lldb_private { class Stream; |