summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cxpm/cxpm.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/cxpm/cxpm.c b/cxpm/cxpm.c
index 7c2001f..6a7cd9d 100644
--- a/cxpm/cxpm.c
+++ b/cxpm/cxpm.c
@@ -34,7 +34,7 @@
#define CXPMPROG
-#include "../lib/XpmI.h"
+#include "XpmI.h"
#undef xpmGetC
#define xpmGetC(data) sGetc(data, data->stream.file)
@@ -77,13 +77,13 @@ sUngetc(data, c, file)
}
/* include all the code we need (yeah, I know, quite ugly...) */
-#include "../lib/data.c"
-#include "../lib/parse.c"
-#include "../lib/RdFToI.c" /* only for OpenReadFile and xpmDataClose */
-#include "../lib/hashtab.c"
-#include "../lib/misc.c"
-#include "../lib/Attrib.c"
-#include "../lib/Image.c"
+#include "data.c"
+#include "parse.c"
+#include "RdFToI.c" /* only for OpenReadFile and xpmDataClose */
+#include "hashtab.c"
+#include "misc.c"
+#include "Attrib.c"
+#include "Image.c"
void
ErrorMessage(ErrorStatus, data)