Headers cleanup

llvm-svn: 153113
This commit is contained in:
Enrico Granata
2012-03-20 19:33:01 +00:00
parent b60f8f875c
commit 50c88593d6
2 changed files with 0 additions and 12 deletions

View File

@@ -10,14 +10,7 @@
#ifndef liblldb_InputReaderEZ_h_
#define liblldb_InputReaderEZ_h_
#include <string.h>
#include "lldb/lldb-public.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/InputReader.h"
#include "lldb/Host/Predicate.h"
namespace lldb_private {

View File

@@ -7,13 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include <string>
#include "lldb/Core/InputReaderEZ.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Interpreter/CommandInterpreter.h"
using namespace lldb;
using namespace lldb_private;