From 389f255227bb7a17c47dcff68f01bc87e9072820 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 6 Nov 2013 14:55:42 +0100 Subject: [PATCH] Make hash.c dependent on miscellaneous.h and not on general.h --- general.h | 7 ------- hash.c | 4 ++-- miscellaneous.h | 8 ++++++++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/general.h b/general.h index aec375252b..b005699268 100644 --- a/general.h +++ b/general.h @@ -19,7 +19,6 @@ #include "boolean.h" #include -#include #include #include #include "driver.h" @@ -52,15 +51,9 @@ // Platform-specific headers // PS3 #if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) -#include #include "ps3/ps3_input.h" #endif -// libxenon -#ifdef XENON -#include