]> pd.if.org Git - pdclib/blobdiff - functions/string/strncat.c
Fixed multiple inclusion issue.
[pdclib] / functions / string / strncat.c
index 57200489c97530d58e00901b6c22eca50f1b0b69..f05a9ec7239cf19cf53c14c5ef1a78e0c5d028b3 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