Skip to content
Snippets Groups Projects
Commit 713bbb78 authored by Eli Friedman's avatar Eli Friedman
Browse files

Don't include stdint.h directly.

llvm-svn: 163354
parent cadd9f18
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment