summaryrefslogtreecommitdiff
path: root/utils/fpcmp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-28 00:35:51 +0000
committerChris Lattner <sabre@nondot.org>2004-05-28 00:35:51 +0000
commit18884fa8682a847c86f8c6731f35f512e96562e6 (patch)
treef14486c8a1b7bebf0aa1cbd72bf5a35fdff00f48 /utils/fpcmp
parente53477e56ce6ead4a17e66c53689c8feb2df7dd5 (diff)
downloadllvm-18884fa8682a847c86f8c6731f35f512e96562e6.tar.gz
llvm-18884fa8682a847c86f8c6731f35f512e96562e6.tar.bz2
llvm-18884fa8682a847c86f8c6731f35f512e96562e6.tar.xz
Right: the #includes are not needed either
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/fpcmp')
-rw-r--r--utils/fpcmp/fpcmp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/fpcmp/fpcmp.cpp b/utils/fpcmp/fpcmp.cpp
index e7e318efd3..ac0e10cd74 100644
--- a/utils/fpcmp/fpcmp.cpp
+++ b/utils/fpcmp/fpcmp.cpp
@@ -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>