Skip to content

Commit

Permalink
Remove unneeded Compiler.h and DataTypes.h includes, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
rnk committed Feb 26, 2020
1 parent 37c7f0d commit 34312ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lldb/source/Utility/Timer.cpp
Expand Up @@ -15,6 +15,7 @@
#include <vector>

#include <assert.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdio.h>

Expand Down
1 change: 1 addition & 0 deletions llvm/include/llvm/Support/MathExtras.h
Expand Up @@ -18,6 +18,7 @@
#include <algorithm>
#include <cassert>
#include <climits>
#include <cmath>
#include <cstring>
#include <limits>
#include <type_traits>
Expand Down
3 changes: 1 addition & 2 deletions llvm/include/llvm/Support/SwapByteOrder.h
Expand Up @@ -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 <cstddef>
#include <cstdint>
#include <type_traits>
#if defined(_MSC_VER) && !defined(_DEBUG)
#include <stdlib.h>
Expand Down

0 comments on commit 34312ed

Please sign in to comment.