Remove comments explaining why headers were included

This commit is contained in:
Chris Thrasher 2024-05-28 05:41:50 +00:00
parent c973a9b9ac
commit a2ac0144ed
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C
4 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Headers // Headers
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <SFML/Window/Keyboard.hpp> // sf::Keyboard::Key #include <SFML/Window/Keyboard.hpp>
#include <X11/X.h> // KeySym #include <X11/X.h>
namespace sf::priv namespace sf::priv
{ {

View File

@ -27,7 +27,7 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Headers // Headers
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <X11/X.h> // KeySym #include <X11/X.h>
#include <cstdint> #include <cstdint>

View File

@ -29,7 +29,7 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <SFML/Window/Keyboard.hpp> #include <SFML/Window/Keyboard.hpp>
#include <X11/Xlib.h> // XKeyEvent #include <X11/Xlib.h>
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////

View File

@ -26,7 +26,7 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Headers // Headers
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <SFML/Window/macOS/HIDInputManager.hpp> // For localizedKeys and nonLocalizedKeys #include <SFML/Window/macOS/HIDInputManager.hpp>
#import <SFML/Window/macOS/SFKeyboardModifiersHelper.h> #import <SFML/Window/macOS/SFKeyboardModifiersHelper.h>
#import <SFML/Window/macOS/SFOpenGLView+keyboard_priv.h> #import <SFML/Window/macOS/SFOpenGLView+keyboard_priv.h>
#include <SFML/Window/macOS/WindowImplCocoa.hpp> #include <SFML/Window/macOS/WindowImplCocoa.hpp>