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 | abb26eac9dc897ad62fdca1a5f260d17b3b7e5bc (patch) | |
tree | 3953f35761b9733bd909609bb5c5081e64bc1021 /llvm/utils/fpcmp/fpcmp.cpp | |
parent | acc6cdda853411f1d17a7a17d9bfb8fda629a2bd (diff) | |
download | bcm5719-llvm-abb26eac9dc897ad62fdca1a5f260d17b3b7e5bc.tar.gz bcm5719-llvm-abb26eac9dc897ad62fdca1a5f260d17b3b7e5bc.zip |
Right: the #includes are not needed either
llvm-svn: 13867
Diffstat (limited to 'llvm/utils/fpcmp/fpcmp.cpp')
-rw-r--r-- | llvm/utils/fpcmp/fpcmp.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/fpcmp/fpcmp.cpp b/llvm/utils/fpcmp/fpcmp.cpp index e7e318efd3d..ac0e10cd740 100644 --- a/llvm/utils/fpcmp/fpcmp.cpp +++ b/llvm/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> |