Remove inclusion of frontend.h from backendz.h
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 14 Oct 2012 10:53:20 +0000 (12:53 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 11:45:09 +0000 (12:45 +0100)
This did not seem to serve any purpose at all.

backendz.h

index 425017d..3624eef 100644 (file)
@@ -54,9 +54,6 @@
 #ifndef XB_BACKENDZ
 #define XB_BACKENDZ
 
-#include "common.h"
-#include "frontend.h"
-
 extern long whiteTimeRemaining, blackTimeRemaining;
 extern int forwardMostMove;
 extern char star_match[STAR_MATCH_N][MSG_SIZ];