[llvm-commits] CVS: llvm/tools/llvm-prof/ProfileInfo.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Dec 30 01:51:00 PST 2003
Changes in directory llvm/tools/llvm-prof:
ProfileInfo.cpp updated: 1.5 -> 1.6
---
Log message:
Remove some pointless #includes
---
Diffs of the changes: (+1 -6)
Index: llvm/tools/llvm-prof/ProfileInfo.cpp
diff -u llvm/tools/llvm-prof/ProfileInfo.cpp:1.5 llvm/tools/llvm-prof/ProfileInfo.cpp:1.6
--- llvm/tools/llvm-prof/ProfileInfo.cpp:1.5 Tue Nov 11 16:41:34 2003
+++ llvm/tools/llvm-prof/ProfileInfo.cpp Tue Dec 30 01:50:31 2003
@@ -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 {
More information about the llvm-commits
mailing list