Move windows.h out of alphabetical order because it needs to be first to compile

This commit is contained in:
Adam Honse 2024-05-17 00:35:36 -05:00
parent 19e5626d50
commit a6c3bdd4f1
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <windows.h>
#include <fileapi.h>
#include <nvme.h>
#include <winioctl.h>