Skip to content

Commit 8275fc3

Browse files
Update common.h
1 parent 375d8e7 commit 8275fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/logic/fossil/pizza/common.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
#ifdef __cplusplus
2828
// C++17 headers
2929
#include <cstring>
30-
#include <unistd.h> // POSIX
3130
#include <cfloat>
3231
#include <cstdio>
3332
#include <cctype>
3433
#include <ctime>
3534
#include <cmath>
36-
#else
35+
#endif
36+
3737
// C headers
3838
#include <inttypes.h>
3939
#include <stdbool.h>
@@ -48,7 +48,7 @@
4848
#include <ctype.h>
4949
#include <time.h>
5050
#include <math.h>
51-
#endif
51+
5252

5353
#ifdef _WIN32
5454
#include <windows.h>

0 commit comments

Comments
 (0)