[Driver] Remove unused imports

Removes some unneeded includes from the driver.

llvm-svn: 350267
This commit is contained in:
Jonas Devlieghere 2019-01-02 22:38:16 +00:00
parent 3b2136e55e
commit 9eba99ba66
1 changed files with 0 additions and 7 deletions

View File

@ -9,20 +9,13 @@
#include "Driver.h"
#include "lldb/API/SBBreakpoint.h"
#include "lldb/API/SBCommandInterpreter.h"
#include "lldb/API/SBCommandReturnObject.h"
#include "lldb/API/SBCommunication.h"
#include "lldb/API/SBDebugger.h"
#include "lldb/API/SBEvent.h"
#include "lldb/API/SBHostOS.h"
#include "lldb/API/SBLanguageRuntime.h"
#include "lldb/API/SBListener.h"
#include "lldb/API/SBProcess.h"
#include "lldb/API/SBStream.h"
#include "lldb/API/SBStringList.h"
#include "lldb/API/SBTarget.h"
#include "lldb/API/SBThread.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ConvertUTF.h"