https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fb3672306631e5a2f9683…
commit fb3672306631e5a2f9683f67aba4f26eb5e52fd9
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Mon Apr 8 18:24:33 2019 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Mon Apr 8 21:19:57 2019 +0200
[NTOSKRNL] Initialize GUID_DEVICE_BATTERY properly
---
ntoskrnl/guid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntoskrnl/guid.c b/ntoskrnl/guid.c
index 346580960de..31cc46279ab 100644
--- a/ntoskrnl/guid.c
+++ b/ntoskrnl/guid.c
@@ -1,8 +1,8 @@
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <wdm.h>
-#include <batclass.h>
#include <initguid.h>
+#include <batclass.h>
#include <poclass.h>
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */