1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Remove some pointless #includes

llvm-svn: 10653
This commit is contained in:
Chris Lattner 2003-12-30 07:50:31 +00:00
parent aac7c59bb7
commit 3be2513e7d

View File

@ -14,12 +14,7 @@
#include "ProfileInfo.h"
#include "llvm/Module.h"
#include <iostream>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <cstdio>
using namespace llvm;
enum ProfilingType {