mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-02 02:19:57 +08:00
Merge pull request #1567 from bettse/extra_include
remove redundant include
This commit is contained in:
commit
1cdb0346d0
1 changed files with 0 additions and 1 deletions
|
@ -978,7 +978,6 @@ int num_CPUs(void) {
|
||||||
GetSystemInfo(&sysinfo);
|
GetSystemInfo(&sysinfo);
|
||||||
return sysinfo.dwNumberOfProcessors;
|
return sysinfo.dwNumberOfProcessors;
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
|
||||||
int count = sysconf(_SC_NPROCESSORS_ONLN);
|
int count = sysconf(_SC_NPROCESSORS_ONLN);
|
||||||
if (count <= 0)
|
if (count <= 0)
|
||||||
count = 1;
|
count = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue