1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

Remove unneeded Compiler.h and DataTypes.h includes, NFC

This commit is contained in:
Reid Kleckner 2020-02-26 10:34:12 -08:00
parent a5746e4e18
commit d5b09af4ad
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#include <algorithm>
#include <cassert>
#include <climits>
#include <cmath>
#include <cstring>
#include <limits>
#include <type_traits>

View File

@ -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>