For PR351:

Remove #inclusion of Support/FileUtilities.h which isn't needed any more.

llvm-svn: 18950
This commit is contained in:
Reid Spencer 2004-12-15 01:53:50 +00:00
parent 30067f1eac
commit d8c5b71bd4
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
#include "llvm/Bytecode/Archive.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compressor.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/System/Signals.h"
#include <iostream>
#include <algorithm>

View File

@ -20,7 +20,6 @@
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Archive.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/System/Signals.h"
#include <cctype>
#include <cerrno>

View File

@ -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>