diff options
| author | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
|---|---|---|
| committer | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
| commit | bd98e99c8095cf05c4d3282c888a87745ad1c559 (patch) | |
| tree | 2025c8317dad74ef839fa4e3b20b2534d65f321f /src/cryptonote_basic/miner.h | |
| parent | 8534f71eedbb421ca3e961c5adc96e5048c4e685 (diff) | |
| download | monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.gz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.xz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.zip | |
Removed a lot of unnecessary includes
Diffstat (limited to 'src/cryptonote_basic/miner.h')
| -rw-r--r-- | src/cryptonote_basic/miner.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cryptonote_basic/miner.h b/src/cryptonote_basic/miner.h index 2bff784c7..e16d9f3b8 100644 --- a/src/cryptonote_basic/miner.h +++ b/src/cryptonote_basic/miner.h @@ -38,11 +38,6 @@ #include "math_helper.h" #ifdef _WIN32 #include <windows.h> -#elif defined(__linux__) -#include <unistd.h> -#include <sys/resource.h> -#include <sys/times.h> -#include <time.h> #endif namespace cryptonote |
