From 12adee52566e45f76ce1f5c07a3ccf6c40b09ca4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 2 Oct 2022 13:57:36 +0200 Subject: [PATCH] - fixed a few includes --- src/common/console/c_console.cpp | 2 +- src/ct_chat.cpp | 2 +- src/d_net.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/console/c_console.cpp b/src/common/console/c_console.cpp index ca8540dd4..5904913ec 100644 --- a/src/common/console/c_console.cpp +++ b/src/common/console/c_console.cpp @@ -45,7 +45,7 @@ #include "filesystem.h" #include "d_gui.h" #include "cmdlib.h" -#include "d_event.h" +#include "d_eventbase.h" #include "c_consolebuffer.h" #include "utf8.h" #include "v_2ddrawer.h" diff --git a/src/ct_chat.cpp b/src/ct_chat.cpp index c6fa62f6f..ddb8a3442 100644 --- a/src/ct_chat.cpp +++ b/src/ct_chat.cpp @@ -36,7 +36,7 @@ #include "d_gui.h" #include "g_input.h" #include "d_net.h" -#include "d_event.h" +#include "d_eventbase.h" #include "sbar.h" #include "v_video.h" #include "utf8.h" diff --git a/src/d_net.cpp b/src/d_net.cpp index 58f65d91a..ad8d0c5be 100644 --- a/src/d_net.cpp +++ b/src/d_net.cpp @@ -51,7 +51,7 @@ #include "st_start.h" #include "teaminfo.h" #include "p_conversation.h" -#include "d_event.h" +#include "d_eventbase.h" #include "p_enemy.h" #include "m_argv.h" #include "p_lnspec.h"