1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Don't include stdint.h directly.

llvm-svn: 163354
This commit is contained in:
Eli Friedman 2012-09-06 22:55:11 +00:00
parent 87e70b8a2a
commit d2b291b0d7

View File

@ -14,8 +14,8 @@
#include "RemoteTarget.h"
#include <llvm/ADT/StringRef.h>
#include <llvm/Support/DataTypes.h>
#include <llvm/Support/Memory.h>
#include <stdint.h>
#include <stdlib.h>
#include <string>
using namespace llvm;