Don't include stdint.h directly.

llvm-svn: 163276
This commit is contained in:
Eli Friedman 2012-09-06 00:12:55 +00:00
parent b7a50ecdb6
commit e07b1bbaae
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
#include <llvm/ADT/StringRef.h>
#include <llvm/ADT/SmallVector.h>
#include <llvm/Support/DataTypes.h>
#include <llvm/Support/Memory.h>
#include <stdint.h>
#include <stdlib.h>
#include <string>