[LIB-9] Move builder and parser interfaces from core to format module
[chesshog.git] / chesshog-format / src / main / java / org / hedgecode / chess / Parsers.java
index ac5ed91..b5bc58a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018. Developed by Hedgecode.
+ * Copyright (c) 2018-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ package org.hedgecode.chess;
 
 import org.hedgecode.chess.ascii.ASCIIParser;
 import org.hedgecode.chess.fen.FENParser;
-import org.hedgecode.chess.position.Parser;
 import org.hedgecode.chess.tcd.TCDParser;
 import org.hedgecode.chess.wiki.WikiParser;