remove includes (already included in header)

This commit is contained in:
Alex Fabijanic 2018-01-31 18:52:33 -06:00
parent 02aa9262fe
commit e143bdce35

View File

@ -1,11 +1,4 @@
#define _POSIX_C_SOURCE 200112L
#include <stdio.h>
// patched for poco 1.8.x
#if defined(__STDC_VERSION__) || (__STDC_VERSION__ >= 199901L)
#include <stdbool.h>
//#elif !defined(_MSC_VER)
//typedef enum { false, true } bool;
#endif // __STDC_VERSION__
#include <stdlib.h>
#include <string.h>
#include <ctype.h>