diff --git a/include/ddk/hidsdi.h b/include/ddk/hidsdi.h index 354076fd186..75f2e3b6c78 100644 --- a/include/ddk/hidsdi.h +++ b/include/ddk/hidsdi.h @@ -19,14 +19,14 @@ #ifndef __WINE_HIDSDI_H #define __WINE_HIDSDI_H -#include -#include - #ifndef WINE_NTSTATUS_DECLARED #define WINE_NTSTATUS_DECLARED typedef LONG NTSTATUS; #endif +#include +#include + typedef struct _HIDD_ATTRIBUTES { ULONG Size; USHORT VendorID;