From aec28ed91eb570c5c7aac31ee6ef302df91ee868 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Sep 2015 07:20:02 -0400 Subject: video_core: Reorganize headers --- src/video_core/pica.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/pica.h') 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 { -- cgit v1.2.3