mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
Remove some pointless #includes
llvm-svn: 10653
This commit is contained in:
parent
aac7c59bb7
commit
3be2513e7d
@ -14,12 +14,7 @@
|
|||||||
|
|
||||||
#include "ProfileInfo.h"
|
#include "ProfileInfo.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include <iostream>
|
#include <cstdio>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
enum ProfilingType {
|
enum ProfilingType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user