mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Remove unnecessary #includes.
llvm-svn: 19070
This commit is contained in:
parent
5cc7e5cbd5
commit
31f9f29707
@ -12,11 +12,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Debugger/SourceFile.h"
|
||||
#include "llvm/Support/SlowOperationInformer.h"
|
||||
#include <iostream>
|
||||
#include <cerrno>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
using namespace llvm;
|
||||
|
||||
/// readFile - Load Filename
|
||||
@ -75,4 +70,3 @@ void SourceFile::getSourceLine(unsigned LineNo, const char *&LineStart,
|
||||
|
||||
assert(LineEnd >= LineStart && "We somehow got our pointers swizzled!");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user