Skip to content

Commit

Permalink
fix Firestarter.cpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Oct 7, 2024
1 parent 6169843 commit 33fc035
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/firestarter/Firestarter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Contact: [email protected]
*****************************************************************************/

#include "firestarter/WindowsCompat.hpp"
#include <algorithm>
#include <csignal>
#include <firestarter/Environment/X86/X86Environment.hpp>
#include <firestarter/Firestarter.hpp>
Expand All @@ -30,8 +28,6 @@
#include <firestarter/Optimizer/History.hpp>
#include <firestarter/Optimizer/Problem/CLIArgumentProblem.hpp>
#include <firestarter/WindowsCompat.hpp>
#include <functional>
#include <utility>

namespace firestarter {

Expand Down

0 comments on commit 33fc035

Please sign in to comment.