Right: the #includes are not needed either
authorChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 00:35:51 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 00:35:51 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13867 91177308-0d34-0410-b5e6-96231b3b80d8

utils/fpcmp/fpcmp.cpp

index e7e318efd3ddd5b7aaf43a70338e525f5f1b65b1..ac0e10cd74032b1c9e5a201c8aec648d3e8e1d87 100644 (file)
@@ -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>