Skip to content

Commit

Permalink
compat: changed include order
Browse files Browse the repository at this point in the history
  • Loading branch information
aguycalled committed Apr 1, 2017
1 parent 5c3c711 commit 753aba9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
#include "config/navcoin-config.h"
#endif

#ifdef WIN32
#include <windows.h>
#include <stdint.h>
#include <process.h>
#endif

#include "util.h"

#include "chainparamsbase.h"
Expand All @@ -24,12 +30,6 @@
#include <pthread_np.h>
#endif

#ifdef WIN32
#include <windows.h>
#include <stdint.h>
#include <process.h>
#endif

#ifndef WIN32
// for posix_fallocate
#ifdef __linux__
Expand Down

0 comments on commit 753aba9

Please sign in to comment.