diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 01:53:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 01:53:50 +0000 |
commit | d8c5b71bd4a45cf623a36e2aa0f53e9f041a8b2a (patch) | |
tree | 36bdb873af3f64fd380783fd1631a527c9f7c1f3 /llvm/tools/llvm-ranlib/llvm-ranlib.cpp | |
parent | 30067f1eac9535b4a1379026ce0b56cd0f9144b5 (diff) | |
download | bcm5719-llvm-d8c5b71bd4a45cf623a36e2aa0f53e9f041a8b2a.tar.gz bcm5719-llvm-d8c5b71bd4a45cf623a36e2aa0f53e9f041a8b2a.zip |
For PR351:
Remove #inclusion of Support/FileUtilities.h which isn't needed any more.
llvm-svn: 18950
Diffstat (limited to 'llvm/tools/llvm-ranlib/llvm-ranlib.cpp')
-rw-r--r-- | llvm/tools/llvm-ranlib/llvm-ranlib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ranlib/llvm-ranlib.cpp b/llvm/tools/llvm-ranlib/llvm-ranlib.cpp index 6ac2b16da15..38633867c9c 100644 --- a/llvm/tools/llvm-ranlib/llvm-ranlib.cpp +++ b/llvm/tools/llvm-ranlib/llvm-ranlib.cpp @@ -14,7 +14,6 @@ #include "llvm/Module.h" #include "llvm/Bytecode/Archive.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/FileUtilities.h" #include "llvm/System/Signals.h" #include <iostream> #include <iomanip> |