summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2014-11-02 08:58:51 -0200
committerGravatar Yuri Kunde Schlesner2014-12-13 01:59:50 -0200
commit8a681cdf3d4db2fe4ec1257b4c974aa9644ecf43 (patch)
treed7903a05e8289041afc7982d0cc97c96499c6151 /src/common/common_funcs.h
parentMerge pull request #267 from bunnei/apt-shared-font (diff)
downloadyuzu-8a681cdf3d4db2fe4ec1257b4c974aa9644ecf43.tar.gz
yuzu-8a681cdf3d4db2fe4ec1257b4c974aa9644ecf43.tar.xz
yuzu-8a681cdf3d4db2fe4ec1257b4c974aa9644ecf43.zip
Remove redundant include from common_funcs.h
Diffstat (limited to 'src/common/common_funcs.h')
-rw-r--r--src/common/common_funcs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index db041780a..3f6df075a 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -39,8 +39,6 @@ template<> struct CompileTimeAssert<true> {};
39#include <sys/endian.h> 39#include <sys/endian.h>
40#endif 40#endif
41 41
42#include "common_types.h"
43
44// go to debugger mode 42// go to debugger mode
45 #ifdef GEKKO 43 #ifdef GEKKO
46 #define Crash() 44 #define Crash()