1.1 --- a/t2p.c Sun Dec 30 16:29:50 2001 +0000 1.2 +++ b/t2p.c Sun Dec 30 17:09:08 2001 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 /* 1.5 * tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 1.6 * Main program 1.7 - * $Id: t2p.c,v 1.4 2001/12/30 08:29:50 eric Exp $ 1.8 + * $Id: t2p.c,v 1.5 2001/12/30 09:09:08 eric Exp $ 1.9 * Copyright 2001 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -28,8 +28,8 @@ 1.13 1.14 #include "type.h" 1.15 #include "bitblt.h" 1.16 +#include "semantics.h" 1.17 #include "parser.tab.h" 1.18 -#include "semantics.h" 1.19 #include "tiff2pdf.h" 1.20 1.21