| 1234567891011121314151617181920212223242526272829303132 |
- --- image/path.c.dist Wed Jan 15 09:49:05 2003
- +++ image/path.c Wed Jan 15 09:49:14 2003
- @@ -8,8 +8,6 @@
- * See included file "copyright.h" for complete copyright information.
- */
-
- -#include "copyright.h"
- -#include "xloadimage.h"
- #include <X11/Xos.h>
- #include <sys/stat.h>
- #include <ctype.h>
- @@ -20,6 +18,9 @@
- #if 1 /* SYSV */
- #include <unistd.h>
- #endif
- +
- +#include "copyright.h"
- +#include "xloadimage.h"
-
- /* SUPPRESS 530 */
- /* SUPPRESS 560 */
- --- image/rlelib.c.dist 2003-05-19 11:25:42.000000000 +0200
- +++ image/rlelib.c 2003-05-19 11:27:59.000000000 +0200
- @@ -12,7 +12,6 @@
-
- #include <stdio.h>
- #include <math.h>
- -#include <varargs.h>
- #include <ctype.h>
-
- #include "image.h" /* need ZFILE definition */
|