mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:57:08 +08:00
[Python] Remove unused includes
llvm-svn: 357126
This commit is contained in:
@@ -20,13 +20,12 @@
|
||||
#include "lldb/Interpreter/ScriptInterpreter.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/Support/ConvertUTF.h"
|
||||
#include "llvm/Support/Errno.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
|
||||
using namespace lldb_private;
|
||||
using namespace lldb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user