Remove some pointless #includes
authorChris Lattner <sabre@nondot.org>
Tue, 30 Dec 2003 07:50:31 +0000 (07:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Dec 2003 07:50:31 +0000 (07:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10653 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-prof/ProfileInfo.cpp

index 1d37c4291a642c0a4f9511c69210c0c1d1ef1e7b..8786b303881763dfa0b6ff6411ce92d58648f07f 100644 (file)
 
 #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 {