mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 05:00:29 +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);
|
||||
return sysinfo.dwNumberOfProcessors;
|
||||
#else
|
||||
#include <unistd.h>
|
||||
int count = sysconf(_SC_NPROCESSORS_ONLN);
|
||||
if (count <= 0)
|
||||
count = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue