From: H.G. Muller Date: Sun, 14 Oct 2012 10:53:20 +0000 (+0200) Subject: Remove inclusion of frontend.h from backendz.h X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=aa427f19baf51cf25307aa7f5076a92084fafda7 Remove inclusion of frontend.h from backendz.h This did not seem to serve any purpose at all. --- diff --git a/backendz.h b/backendz.h index 425017d..3624eef 100644 --- a/backendz.h +++ b/backendz.h @@ -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];