diff options
Diffstat (limited to 'rts/CheckUnload.h')
-rw-r--r-- | rts/CheckUnload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/CheckUnload.h b/rts/CheckUnload.h index de07aef1c3..5471544433 100644 --- a/rts/CheckUnload.h +++ b/rts/CheckUnload.h @@ -10,10 +10,10 @@ #pragma once -#include "BeginPrivate.h" - #include "LinkerInternals.h" +#include "BeginPrivate.h" + // Currently live objects extern ObjectCode *objects; |