aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Debugger/ProgramInfo.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-15 01:51:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-15 01:51:56 +0000
commit9329172767304f9f3e3df60e253d804e2a92361c (patch)
treea8478112e9cf3ef5c35458aca3f8a50860dae294 /llvm/lib/Debugger/ProgramInfo.cpp
parentf66d93239e0c2d6aadda89e8b0e5890200700422 (diff)
downloadllvm-9329172767304f9f3e3df60e253d804e2a92361c.zip
llvm-9329172767304f9f3e3df60e253d804e2a92361c.tar.gz
llvm-9329172767304f9f3e3df60e253d804e2a92361c.tar.bz2
For PR351:
* Remove #inclusion of FileUtilities.h, not needed any more. * Convert getUniqueFilename -> sys::Pat::makeUnique() llvm-svn: 18948
Diffstat (limited to 'llvm/lib/Debugger/ProgramInfo.cpp')
-rw-r--r--llvm/lib/Debugger/ProgramInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Debugger/ProgramInfo.cpp b/llvm/lib/Debugger/ProgramInfo.cpp
index c0d85f9..17175c4 100644
--- a/llvm/lib/Debugger/ProgramInfo.cpp
+++ b/llvm/lib/Debugger/ProgramInfo.cpp
@@ -20,7 +20,6 @@
#include "llvm/Module.h"
#include "llvm/Debugger/SourceFile.h"
#include "llvm/Debugger/SourceLanguage.h"
-#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/SlowOperationInformer.h"
#include "llvm/ADT/STLExtras.h"
#include <iostream>