diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-21 20:59:57 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-21 20:59:57 +0100 |
commit | 93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d (patch) | |
tree | ee87733a5689f50a9066bf5e5979e8829547b476 /NorthstarDedicatedTest/clientruihooks.cpp | |
parent | 3f515e00d19d969fa6697a60a32e9204a05a97ee (diff) | |
download | NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.tar.gz NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.zip |
remove unnecessary header files
Diffstat (limited to 'NorthstarDedicatedTest/clientruihooks.cpp')
-rw-r--r-- | NorthstarDedicatedTest/clientruihooks.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/clientruihooks.cpp b/NorthstarDedicatedTest/clientruihooks.cpp index 0f48ced7..65c85511 100644 --- a/NorthstarDedicatedTest/clientruihooks.cpp +++ b/NorthstarDedicatedTest/clientruihooks.cpp @@ -1,6 +1,5 @@ #include "pch.h" #include "hooks.h" -#include "clientruihooks.h" #include "convar.h" ConVar* Cvar_rui_drawEnable; |