Skip to content

Commit 68063ca

Browse files
committed
thanks clangd, but no
1 parent bd009a1 commit 68063ca

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Source/GUI/GUIInput.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "GUIInput.h"
21
#include "GUI.h"
32

43
using namespace RTE;

Source/GUI/Wrappers/GUIInputWrapper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "GUI.h"
22
#include "GUIInputWrapper.h"
3-
#include "GUIInput.h"
4-
#include "SDL3/SDL_keyboard.h"
3+
#include "SDL3/SDL.h"
54
#include "WindowMan.h"
65
#include "FrameMan.h"
76
#include "UInputMan.h"

Source/GUI/Wrappers/GUIInputWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include "GUIInput.h"
4-
#include <SDL3/SDL_scancode.h>
4+
#include "SDL3/SDL_scancode.h"
55

66
#include <array>
77
#include <memory>

0 commit comments

Comments
 (0)