You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
456 B
21 lines
456 B
--- 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 */
|
|
|