projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8a0368b
)
Remove inclusion of frontend.h from backendz.h
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 14 Oct 2012 10:53:20 +0000 (12:53 +0200)
committer
H.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
patch
|
blob
|
history
diff --git
a/backendz.h
b/backendz.h
index
425017d
..
3624eef
100644
(file)
--- 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];