MinGW
[oweals/gnunet.git] / src / util / program_lib_strnlen.c
index d346d3272c29dfef52a9c18787d2adfc13c87c43..732c0f845331f8f8d01c277349e6ddb86b34c484 100644 (file)
@@ -16,8 +16,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 #include <string.h>
 
 /* Find the length of STRING, but scan at most MAXLEN characters.