diff --git a/reactos/tools/wrc/newstruc.c b/reactos/tools/wrc/newstruc.c index b65c65893c3..db969e32cbf 100644 --- a/reactos/tools/wrc/newstruc.c +++ b/reactos/tools/wrc/newstruc.c @@ -32,7 +32,7 @@ #include "utils.h" #include "parser.h" -#include +#include typedef struct { DWORD biSize; @@ -41,7 +41,7 @@ typedef struct WORD biPlanes; WORD biBitCount; } BITMAPOS2HEADER; -#include +#include /* Generate new_* functions that have no parameters (NOTE: no ';') */ __NEW_STRUCT_FUNC(dialog)