Remove some unnecessary header includes
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 14 Oct 2012 09:20:16 +0000 (11:20 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 11:45:08 +0000 (12:45 +0100)
draw.c
menus.c

diff --git a/draw.c b/draw.c
index 2d06ec1..4e7b6ac 100644 (file)
--- 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 (file)
--- 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"