From d823e59019a9202feb451747f11e10b005829223 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 14 Oct 2012 11:20:16 +0200 Subject: [PATCH] Remove some unnecessary header includes --- draw.c | 1 - menus.c | 3 --- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/draw.c b/draw.c index 2d06ec1..4e7b6ac 100644 --- a/draw.c +++ b/draw.c @@ -78,7 +78,6 @@ extern char *getenv(); // [HGM] bitmaps: put before incuding the bitmaps / pixmaps, to know how many piece types there are. #include "common.h" -#include "frontend.h" #include "backend.h" #include "xevalgraph.h" #include "board.h" diff --git a/menus.c b/menus.c index ed2d95b..007b782 100644 --- a/menus.c +++ b/menus.c @@ -85,10 +85,7 @@ extern char *getenv(); // [HGM] bitmaps: put before incuding the bitmaps / pixmaps, to know how many piece types there are. #include "common.h" -#include "frontend.h" #include "backend.h" -#include "backendz.h" -#include "moves.h" #include "xhistory.h" #include "xedittags.h" #include "menus.h" -- 1.7.0.4