Fixed multiple inclusion issue.
[fw/pdclib] / functions / string / memcpy.c
index 064cc3479f54a498ad0144a712f58eb16290dba5..5893e4df64dc8339f9aaa168adad0c3833c4b5f7 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