[LIB-9] Move builder and parser interfaces from core to format module
[chesshog.git] / chesshog-format / src / main / java / org / hedgecode / chess / Builders.java
index 94e2a91..48b3232 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.ASCIIBuilder;
 import org.hedgecode.chess.fen.FENBuilder;
-import org.hedgecode.chess.position.Builder;
 import org.hedgecode.chess.tcd.TCDBuilder;
 import org.hedgecode.chess.wiki.WikiBuilder;