diff --git a/src/util/batchpriority.cpp b/src/util/batchpriority.cpp index 15442346dd1..86abc011513 100644 --- a/src/util/batchpriority.cpp +++ b/src/util/batchpriority.cpp @@ -2,15 +2,15 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include + #include #include -#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) -#include -#include -#endif +#include #ifndef WIN32 +#include #include #endif