Skip to content

Commit f5b5ef2

Browse files
authored
PHPC-2042: Remove conditional win32/time.h include (#1299)
This dates back to 29a3729 but should no longer be necessary as of 6eaa91b, which switched gettimeofday() to the libbson compat function.
1 parent d4be63c commit f5b5ef2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BSON/UTCDateTime.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
#include <ext/standard/php_var.h>
2323
#include <Zend/zend_interfaces.h>
2424

25-
#ifdef PHP_WIN32
26-
#include <win32/time.h>
27-
#endif
28-
2925
#include "php_phongo.h"
3026
#include "phongo_error.h"
3127
#include "phongo_util.h"

0 commit comments

Comments
 (0)