Remove some pointless #includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-12-30 07:50:31 +00:00
parent b74f4d0422
commit c4ee2747f2

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 {