Include order fixes.

This commit is contained in:
Ben Vanik 2015-12-27 10:27:46 -08:00
parent 6b92c1a01e
commit 0a316808a5
4 changed files with 7 additions and 3 deletions

View File

@ -2,3 +2,4 @@
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true

View File

@ -7,9 +7,10 @@
******************************************************************************
*/
#include "third_party/catch/include/catch.hpp"
#include "xenia/base/memory.h"
#include "third_party/catch/include/catch.hpp"
TEST_CASE("copy_and_swap_16_aligned", "Copy and Swap") {
// TODO(benvanik): tests.
REQUIRE(true == true);

View File

@ -7,6 +7,8 @@
******************************************************************************
*/
#include "xenia/kernel/xboxkrnl/xboxkrnl_video.h"
#include "xenia/base/logging.h"
#include "xenia/emulator.h"
#include "xenia/gpu/graphics_system.h"
@ -15,7 +17,6 @@
#include "xenia/kernel/util/shim_utils.h"
#include "xenia/kernel/xboxkrnl/xboxkrnl_private.h"
#include "xenia/kernel/xboxkrnl/xboxkrnl_rtl.h"
#include "xenia/kernel/xboxkrnl/xboxkrnl_video.h"
#include "xenia/xbox.h"
namespace xe {

View File

@ -7,9 +7,10 @@
******************************************************************************
*/
#include "xenia/base/logging.h"
#include "xenia/kernel/xevent.h"
#include "xenia/base/logging.h"
namespace xe {
namespace kernel {