From aa427f19baf51cf25307aa7f5076a92084fafda7 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 14 Oct 2012 12:53:20 +0200 Subject: [PATCH] Remove inclusion of frontend.h from backendz.h This did not seem to serve any purpose at all. --- backendz.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) 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]; -- 1.7.0.4