From 0afae253b865638a6a4059a694f013a3fd129dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 21 Nov 2020 14:08:30 +0100 Subject: [PATCH] More include clean-up --- sys/Driver.h | 3 --- sys/XusbPdo.cpp | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/Driver.h b/sys/Driver.h index 7d3f4a9..d814b30 100644 --- a/sys/Driver.h +++ b/sys/Driver.h @@ -44,9 +44,6 @@ #define NTSTRSAFE_LIB #include -#include - - #pragma region Macros diff --git a/sys/XusbPdo.cpp b/sys/XusbPdo.cpp index 4487725..c335b8f 100644 --- a/sys/XusbPdo.cpp +++ b/sys/XusbPdo.cpp @@ -40,6 +40,7 @@ #include #include "Driver.h" +#include #include "Debugging.hpp"