forked from OSchip/llvm-project
Fix unit tests on windows
Python headers need to be included before PosixApi.h llvm-svn: 278345
This commit is contained in:
parent
2e7af979b9
commit
8c68837df3
|
@ -8,11 +8,11 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
|
||||
#include "lldb/Host/File.h"
|
||||
#include "lldb/Host/FileSystem.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h"
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h"
|
||||
|
||||
#include "PythonTestSuite.h"
|
||||
|
|
Loading…
Reference in New Issue