From 2292c616019cc664a03cf9f831d6fd0179c0ddd4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 9 Jun 2012 09:06:59 +0200 Subject: [PATCH] small changes from code-review --- src/bindings/bind_unit.c | 1 + src/kernel/alchemy.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bindings/bind_unit.c b/src/bindings/bind_unit.c index e2d6f5efd..afa42389b 100644 --- a/src/bindings/bind_unit.c +++ b/src/bindings/bind_unit.c @@ -11,6 +11,7 @@ without prior permission by the authors of Eressea. */ #include +#include #include "bind_unit.h" #ifdef BSON_ATTRIB diff --git a/src/kernel/alchemy.h b/src/kernel/alchemy.h index 7444d49ab..af7adf459 100644 --- a/src/kernel/alchemy.h +++ b/src/kernel/alchemy.h @@ -19,9 +19,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef H_KRNL_ALCHEMY_H #define H_KRNL_ALCHEMY_H -#include -#include - #ifdef __cplusplus extern "C" { #endif