diff options
Diffstat (limited to 'rts/LibdwPool.h')
-rw-r--r-- | rts/LibdwPool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/LibdwPool.h b/rts/LibdwPool.h index b1c333eebc..563934c7a9 100644 --- a/rts/LibdwPool.h +++ b/rts/LibdwPool.h @@ -8,11 +8,11 @@ #pragma once -#include "BeginPrivate.h" - #include "Rts.h" #include "Libdw.h" +#include "BeginPrivate.h" + #if USE_LIBDW /* Initialize the pool */ |