diff --git a/reactos/tools/wrc/readres.c b/reactos/tools/wrc/readres.c index 4b6405c9a49..f34fef1a416 100644 --- a/reactos/tools/wrc/readres.c +++ b/reactos/tools/wrc/readres.c @@ -20,12 +20,12 @@ #include "config.h" +#include "wrc.h" #include #include #include #include -#include "wrc.h" #include "readres.h" #include "newstruc.h" #include "utils.h" diff --git a/reactos/tools/wrc/translation.c b/reactos/tools/wrc/translation.c index 334c813b9ee..acd4d852c75 100644 --- a/reactos/tools/wrc/translation.c +++ b/reactos/tools/wrc/translation.c @@ -16,11 +16,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "wrc.h" #include #include #include "dumpres.h" -#include "wrc.h" #define MASTER_LANGUAGE LANG_ENGLISH #define NB_LANG 0x94 diff --git a/reactos/tools/wrc/writeres.c b/reactos/tools/wrc/writeres.c index 6fed70b728f..434065da77b 100644 --- a/reactos/tools/wrc/writeres.c +++ b/reactos/tools/wrc/writeres.c @@ -20,13 +20,13 @@ #include "config.h" +#include "wrc.h" #include #include #include #include #include "wine/unicode.h" -#include "wrc.h" #include "genres.h" #include "newstruc.h" #include "utils.h"