Fix unit tests on windows

Python headers need to be included before PosixApi.h

llvm-svn: 278345
This commit is contained in:
Pavel Labath 2016-08-11 15:31:30 +00:00
parent 2e7af979b9
commit 8c68837df3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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