From 33fc035153b0d2c6774041871d88a104acdda974 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Tue, 8 Oct 2024 01:12:20 +0200 Subject: [PATCH] fix Firestarter.cpp includes --- src/firestarter/Firestarter.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/firestarter/Firestarter.cpp b/src/firestarter/Firestarter.cpp index 534dec53..776688b5 100644 --- a/src/firestarter/Firestarter.cpp +++ b/src/firestarter/Firestarter.cpp @@ -19,8 +19,6 @@ * Contact: daniel.hackenberg@tu-dresden.de *****************************************************************************/ -#include "firestarter/WindowsCompat.hpp" -#include #include #include #include @@ -30,8 +28,6 @@ #include #include #include -#include -#include namespace firestarter {