Fix unittest compilation on windows
authorPavel Labath <labath@google.com>
Wed, 7 Sep 2016 08:46:50 +0000 (08:46 +0000)
committerPavel Labath <labath@google.com>
Wed, 7 Sep 2016 08:46:50 +0000 (08:46 +0000)
commit46031e6fecf334ebf0f867cc84430f1c927c7591
tree39376a76b43e65cd390c454a359898d4f2504297
parentec905a62ae26fd3b2064a15e31b9988a8d32589a
Fix unittest compilation on windows

After the reformat, the unittests do not compile due to missing due to redefinition errors
between PosixApi.h and ucrt/direct.h. This is a bit of a shot in the dark, as I have not tested
it on windows, but I am restoring the original include order, so it should hopefully fix it.

llvm-svn: 280793
lldb/unittests/Host/SymbolsTest.cpp
lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h