From: solar Date: Sun, 20 Nov 2005 10:04:48 +0000 (+0000) Subject: Moved the includes into subdirectory (again). Teaches you to decide on a proper layou... X-Git-Tag: v0.3~12 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=4c805021b487dff9bfc6341c998ba99636416ae7 Moved the includes into subdirectory (again). Teaches you to decide on a proper layout FIRST. --- diff --git a/_PDCLIB_aux.h b/includes/_PDCLIB_aux.h old mode 100755 new mode 100644 similarity index 100% rename from _PDCLIB_aux.h rename to includes/_PDCLIB_aux.h diff --git a/_PDCLIB_config.h b/includes/_PDCLIB_config.h similarity index 100% rename from _PDCLIB_config.h rename to includes/_PDCLIB_config.h diff --git a/_PDCLIB_int.h b/includes/_PDCLIB_int.h similarity index 100% rename from _PDCLIB_int.h rename to includes/_PDCLIB_int.h diff --git a/assert.h b/includes/assert.h old mode 100755 new mode 100644 similarity index 100% rename from assert.h rename to includes/assert.h diff --git a/float.h b/includes/float.h similarity index 100% rename from float.h rename to includes/float.h diff --git a/iso646.h b/includes/iso646.h similarity index 100% rename from iso646.h rename to includes/iso646.h diff --git a/limits.h b/includes/limits.h similarity index 100% rename from limits.h rename to includes/limits.h diff --git a/stdarg.h b/includes/stdarg.h similarity index 100% rename from stdarg.h rename to includes/stdarg.h diff --git a/stdbool.h b/includes/stdbool.h similarity index 100% rename from stdbool.h rename to includes/stdbool.h diff --git a/stddef.h b/includes/stddef.h similarity index 100% rename from stddef.h rename to includes/stddef.h diff --git a/stdint.h b/includes/stdint.h similarity index 100% rename from stdint.h rename to includes/stdint.h diff --git a/string.h b/includes/string.h old mode 100755 new mode 100644 similarity index 100% rename from string.h rename to includes/string.h