summaryrefslogtreecommitdiff
path: root/chess-game.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-game.el')
-rw-r--r--chess-game.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/chess-game.el b/chess-game.el
index 532bd82..a446115 100644
--- a/chess-game.el
+++ b/chess-game.el
@@ -10,8 +10,6 @@
;; game, and a list of plies representing the main variation.
(require 'chess-ply)
-(require 'chess-algebraic)
-(require 'chess-fen)
(defvar chess-illegal nil)
(put 'chess-illegal 'error-conditions '(error))