]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/IfStatement.java
UPD: Move some template classes to there reightful place.
[gigi.git] / src / org / cacert / gigi / output / template / IfStatement.java
index adb9099251038215f21c6f8a6e1bf11cb6acf42c..db0cbe11f07f20132ebdad1503ed82695686f849 100644 (file)
@@ -4,7 +4,6 @@ import java.io.PrintWriter;
 import java.util.Map;
 
 import org.cacert.gigi.localisation.Language;
-import org.cacert.gigi.output.Outputable;
 
 public final class IfStatement implements Outputable {