[Python] Remove unused includes

llvm-svn: 357126
This commit is contained in:
Jonas Devlieghere
2019-03-27 21:45:11 +00:00
parent 2abbe2f091
commit 9a6c757252
3 changed files with 7 additions and 15 deletions

View File

@@ -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;