diff --git a/legacy/embryo/src/bin/Makefile.am b/legacy/embryo/src/bin/Makefile.am index e27cfd0cfd..5850b988ae 100644 --- a/legacy/embryo/src/bin/Makefile.am +++ b/legacy/embryo/src/bin/Makefile.am @@ -22,7 +22,6 @@ embryo_cc_sc5.c \ embryo_cc_sc6.c \ embryo_cc_sc7.c \ embryo_cc_scexpand.c \ -embryo_cc_sclinux.h \ embryo_cc_sclist.c \ embryo_cc_scvars.c diff --git a/legacy/embryo/src/bin/embryo_cc_amx.h b/legacy/embryo/src/bin/embryo_cc_amx.h index 65a71ff805..ac563a55ff 100644 --- a/legacy/embryo/src/bin/embryo_cc_amx.h +++ b/legacy/embryo/src/bin/embryo_cc_amx.h @@ -22,7 +22,6 @@ */ #include "embryo_cc_osdefs.h" -#include "embryo_cc_sclinux.h" #ifndef EMBRYO_CC_AMX_H #define EMBRYO_CC_AMX_H diff --git a/legacy/embryo/src/bin/embryo_cc_osdefs.h b/legacy/embryo/src/bin/embryo_cc_osdefs.h index 08fb306a63..3e21814773 100644 --- a/legacy/embryo/src/bin/embryo_cc_osdefs.h +++ b/legacy/embryo/src/bin/embryo_cc_osdefs.h @@ -6,8 +6,6 @@ #ifndef EMBRYO_CC_OSDEFS_H # define EMBRYO_CC_OSDEFS_H -#include "embryo_cc_sclinux.h" - # ifdef HAVE_STDINT_H # include # endif diff --git a/legacy/embryo/src/bin/embryo_cc_sclinux.h b/legacy/embryo/src/bin/embryo_cc_sclinux.h deleted file mode 100644 index d83f6fa0e9..0000000000 --- a/legacy/embryo/src/bin/embryo_cc_sclinux.h +++ /dev/null @@ -1,5 +0,0 @@ -#include "config.h" - -/* unix sep char- shoudl just assume this. */ -#define DIRECTORY_SEP_CHAR '/' -#define DIRECTORY_SEP_STR "/"