From: Hugo Villeneuve Date: Thu, 13 Feb 2014 05:37:58 +0000 (-0500) Subject: Remove unused header file includes X-Git-Tag: v2.0.1~10 X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=87daca654ded1b5b8fd9d041abf5df78fbbae498 Remove unused header file includes --- diff --git a/src/common/hexfile.c b/src/common/hexfile.c index 9fef693..b32e671 100644 --- a/src/common/hexfile.c +++ b/src/common/hexfile.c @@ -11,7 +11,6 @@ # include "config.h" #endif -#include #include #include #include diff --git a/src/common/log.c b/src/common/log.c index 1768047..1a3d218 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -8,7 +8,6 @@ #include "config.h" -#include #include #include #include diff --git a/src/common/psw.h b/src/common/psw.h index f0888f8..54b3371 100644 --- a/src/common/psw.h +++ b/src/common/psw.h @@ -9,8 +9,6 @@ #ifndef PSW_H #define PSW_H 1 -#include - int psw_read_bit(int bit);