Skip to content

Commit fa1043f

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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.h

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

3-
#include "GUIInput.h"
4-
#include <SDL3/SDL_scancode.h>
3+
#include "SDL3/SDL.h"
54

65
#include <array>
76
#include <memory>

0 commit comments

Comments
 (0)