mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Remove header include cycles
This commit is contained in:
parent
1e4aed8700
commit
56784e198b
@ -25,7 +25,6 @@ Checks: >
|
||||
-clang-analyzer-optin.osx.*,
|
||||
-clang-analyzer-osx.*,
|
||||
-clang-analyzer-unix.Malloc,
|
||||
-misc-header-include-cycle,
|
||||
-misc-include-cleaner,
|
||||
-misc-misplaced-const,
|
||||
-misc-no-recursion,
|
||||
|
@ -27,8 +27,6 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/JoystickImpl.hpp>
|
||||
|
||||
#include <linux/input.h>
|
||||
|
||||
|
||||
|
@ -27,9 +27,6 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/Joystick.hpp>
|
||||
#include <SFML/Window/JoystickImpl.hpp>
|
||||
|
||||
#include <SFML/System/Win32/WindowsHeader.hpp>
|
||||
|
||||
#include <dinput.h>
|
||||
|
@ -24,11 +24,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/JoystickImpl.hpp>
|
||||
|
||||
|
||||
namespace sf::priv
|
||||
{
|
||||
|
@ -28,8 +28,6 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/JoystickImpl.hpp>
|
||||
|
||||
#include <IOKit/hid/IOHIDDevice.h>
|
||||
#include <IOKit/hid/IOHIDKeys.h>
|
||||
#include <unordered_map>
|
||||
|
Loading…
Reference in New Issue
Block a user