]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/digits.c
Removed the header include guard 'optimization'.
[pdclib] / functions / _PDCLIB / digits.c
index 940e962bd943f55e2d9469339621af72bbeba0e3..ad41e5d906bdd00a8df28aa3fec1dde30f8a4b0a 100644 (file)
@@ -6,10 +6,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
-#endif
 
 char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";