From: H.G. Muller Date: Sun, 14 Oct 2012 09:20:16 +0000 (+0200) Subject: Remove some unnecessary header includes X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=d823e59019a9202feb451747f11e10b005829223 Remove some unnecessary header includes --- 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"