t2p.c

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