Remove unused header

This commit is contained in:
Chris Thrasher 2024-08-20 16:43:14 -06:00
parent a7f7026804
commit b55327b5b9
4 changed files with 1 additions and 12 deletions

View File

@ -27,8 +27,6 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include <SFML/Graphics/Export.hpp>
#include <cstdint>

View File

@ -24,11 +24,6 @@
#pragma once
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include <SFML/System/Export.hpp>
namespace sf
{

View File

@ -27,8 +27,6 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include <SFML/System/Export.hpp>
#include <chrono>
#include <cstdint>

View File

@ -27,8 +27,6 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include <SFML/Config.hpp>
#include <SFML/Window/Joystick.hpp>
#include <SFML/Window/Keyboard.hpp>
#include <SFML/Window/Mouse.hpp>
@ -45,7 +43,7 @@ namespace sf
/// \brief Defines a system event and its parameters
///
////////////////////////////////////////////////////////////
class SFML_WINDOW_API Event
class Event
{
public:
////////////////////////////////////////////////////////////