diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.cpp b/src/common.cpp index 2f7ab7916..77caddfe8 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -25,11 +25,6 @@ #include <psapi.h> #endif -#if defined(GB_SYSTEM_OPENBSD) -#include <sys/resource.h> -#include <sys/wait.h> -#endif - #include <math.h> #include <string.h> #include <atomic> // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library) |