diff --git a/reactos/dll/win32/cabinet/cabinet.h b/reactos/dll/win32/cabinet/cabinet.h index bcc484c323e..4bc4be73446 100644 --- a/reactos/dll/win32/cabinet/cabinet.h +++ b/reactos/dll/win32/cabinet/cabinet.h @@ -18,10 +18,11 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + #ifndef __WINE_CABINET_H #define __WINE_CABINET_H -#include +#include #include @@ -31,9 +32,7 @@ #include #include -#include #include -#include #include WINE_DEFAULT_DEBUG_CHANNEL(cabinet); diff --git a/reactos/dll/win32/cabinet/fci.c b/reactos/dll/win32/cabinet/fci.c index 92ed8a6ead4..8139dcd807d 100644 --- a/reactos/dll/win32/cabinet/fci.c +++ b/reactos/dll/win32/cabinet/fci.c @@ -33,6 +33,7 @@ There is still some work to be done: #include "cabinet.h" #include +#include #ifdef HAVE_ZLIB # include diff --git a/reactos/dll/win32/cabinet/fdi.c b/reactos/dll/win32/cabinet/fdi.c index 36b1b46184c..78e7cae5495 100644 --- a/reactos/dll/win32/cabinet/fdi.c +++ b/reactos/dll/win32/cabinet/fdi.c @@ -59,6 +59,7 @@ */ #include "cabinet.h" + #include THOSE_ZIP_CONSTS;