]> pd.if.org Git - pdclib/blobdiff - functions/string/strcat.c
Fixed multiple inclusion issue.
[pdclib] / functions / string / strcat.c
index d9609157ffc77f048a63eb07054630589210c3a0..e76b7db6fb34ee2033faba74e936058ffcfeb79f 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST