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/chatcommand.cpp | |
parent | 3f515e00d19d969fa6697a60a32e9204a05a97ee (diff) | |
download | NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.tar.gz NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.zip |
remove unnecessary header files
Diffstat (limited to 'NorthstarDedicatedTest/chatcommand.cpp')
-rw-r--r-- | NorthstarDedicatedTest/chatcommand.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/chatcommand.cpp b/NorthstarDedicatedTest/chatcommand.cpp index ba096d69..78f4477d 100644 --- a/NorthstarDedicatedTest/chatcommand.cpp +++ b/NorthstarDedicatedTest/chatcommand.cpp @@ -2,7 +2,6 @@ #include "hooks.h" #include "convar.h" #include "concommand.h" -#include "chatcommand.h" #include "localchatwriter.h" // note: isIngameChat is an int64 because the whole register the arg is stored in needs to be 0'd out to work |