]> pd.if.org Git - pdclib/blobdiff - functions/string/strtok.c
Fixed multiple inclusion issue.
[pdclib] / functions / string / strtok.c
index 991891dd258f0bc27b2b7cb3dc9a7b4eb8df5e6a..a7fc461793e4bce30f50bd21177418483c730ab5 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