diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-28 00:35:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-28 00:35:51 +0000 |
commit | 18884fa8682a847c86f8c6731f35f512e96562e6 (patch) | |
tree | f14486c8a1b7bebf0aa1cbd72bf5a35fdff00f48 /utils/fpcmp | |
parent | e53477e56ce6ead4a17e66c53689c8feb2df7dd5 (diff) |
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.cpp | 2 |
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> |