[llvm-commits] CVS: llvm/utils/fpcmp/fpcmp.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 19:39:01 PDT 2004


Changes in directory llvm/utils/fpcmp:

fpcmp.cpp updated: 1.5 -> 1.6

---
Log message:

Right: the #includes are not needed either


---
Diffs of the changes:  (+0 -2)

Index: llvm/utils/fpcmp/fpcmp.cpp
diff -u llvm/utils/fpcmp/fpcmp.cpp:1.5 llvm/utils/fpcmp/fpcmp.cpp:1.6
--- llvm/utils/fpcmp/fpcmp.cpp:1.5	Thu May 27 19:31:36 2004
+++ llvm/utils/fpcmp/fpcmp.cpp	Thu May 27 19:35:51 2004
@@ -14,8 +14,6 @@
 
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
-#include "Config/fcntl.h"
-#include "Config/sys/mman.h"
 #include <iostream>
 #include <cmath>
 





More information about the llvm-commits mailing list