aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
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
commitcda985e1912d6f09a21bc84660dca4c3efdcb939 (patch)
treea1c2f7a5386b16416faf98e3778fa5b4a1f98314 /lib/Debugger
parentc29befb554c025da801737bc86a8215d1dc6038c (diff)
downloadexternal_llvm-cda985e1912d6f09a21bc84660dca4c3efdcb939.zip
external_llvm-cda985e1912d6f09a21bc84660dca4c3efdcb939.tar.gz
external_llvm-cda985e1912d6f09a21bc84660dca4c3efdcb939.tar.bz2
For PR351:
* Remove #inclusion of FileUtilities.h, not needed any more. * Convert getUniqueFilename -> sys::Pat::makeUnique() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
-rw-r--r--lib/Debugger/ProgramInfo.cpp1
-rw-r--r--lib/Debugger/SourceFile.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Debugger/ProgramInfo.cpp b/lib/Debugger/ProgramInfo.cpp
index c0d85f9..17175c4 100644
--- a/lib/Debugger/ProgramInfo.cpp
+++ b/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>
diff --git a/lib/Debugger/SourceFile.cpp b/lib/Debugger/SourceFile.cpp
index 9dc0a96..da2d347 100644
--- a/lib/Debugger/SourceFile.cpp
+++ b/lib/Debugger/SourceFile.cpp
@@ -13,7 +13,6 @@
#include "llvm/Debugger/SourceFile.h"
#include "llvm/Support/SlowOperationInformer.h"
-#include "llvm/Support/FileUtilities.h"
#include <iostream>
#include <cerrno>
#include <fcntl.h>