Move windows.h out of alphabetical order because it needs to be first to compile
This commit is contained in:
parent
19e5626d50
commit
a6c3bdd4f1
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <fileapi.h>
|
||||
#include <nvme.h>
|
||||
#include <winioctl.h>
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <fileapi.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include <windows.h>
|
||||
#include "Detector.h"
|
||||
#include "ENESMBusController.h"
|
||||
#include "ENESMBusInterface_SpectrixS40G_Windows.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue