fix header include groups
This commit is contained in:
committed by
Cory Fields
parent
59b149ff82
commit
5207f33f45
10
src/util.cpp
10
src/util.cpp
@@ -7,11 +7,6 @@
|
||||
#include "config/bitcoin-config.h"
|
||||
#endif
|
||||
|
||||
#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))
|
||||
#include <pthread.h>
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#include "util.h"
|
||||
|
||||
#include "chainparamsbase.h"
|
||||
@@ -23,6 +18,11 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))
|
||||
#include <pthread.h>
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
// for posix_fallocate
|
||||
#ifdef __linux__
|
||||
|
||||
Reference in New Issue
Block a user