mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
remove includes (already included in header)
This commit is contained in:
parent
02aa9262fe
commit
e143bdce35
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user