From 87daca654ded1b5b8fd9d041abf5df78fbbae498 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 13 Feb 2014 00:37:58 -0500 Subject: [PATCH] Remove unused header file includes --- src/common/hexfile.c | 1 - src/common/log.c | 1 - src/common/psw.h | 2 -- 3 files changed, 4 deletions(-) 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); -- 2.20.1