summaryrefslogtreecommitdiff
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 18:17:02 -0300
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 18:17:02 -0300
commitece0f050a98cfe97aa205f1f908226ee6813a52d (patch)
treec3f751133daa8a941e97575e0bc963783ebd8b11 /src/video_core/pica.h
parentef622a07ffc95a1cd3229556244a0fa887cf2e6f (diff)
parentaec28ed91eb570c5c7aac31ee6ef302df91ee868 (diff)
Merge pull request #1143 from lioncash/vcore-hdr
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index c1dca5087..ff81b409d 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -13,8 +13,8 @@
#include "common/bit_field.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
-#include "common/logging/log.h"
#include "common/vector_math.h"
+#include "common/logging/log.h"
namespace Pica {