magicpoint.patch 723 B

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