From 08984bd5492fd76d2f038c480b9560d996cc8437 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 13 Apr 2018 19:26:48 +0300 Subject: [PATCH] Rename features.h to enginefeatures.h because this name used internally by glibc --- common/{features.h => enginefeatures.h} | 0 engine/common/host.c | 2 +- engine/common/mod_bmodel.c | 2 +- engine/common/model.c | 2 +- engine/common/net_buffer.h | 2 +- engine/common/pm_trace.c | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename common/{features.h => enginefeatures.h} (100%) diff --git a/common/features.h b/common/enginefeatures.h similarity index 100% rename from common/features.h rename to common/enginefeatures.h diff --git a/engine/common/host.c b/engine/common/host.c index 76b4365a..b32ad437 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -19,7 +19,7 @@ GNU General Public License for more details. #include "mod_local.h" #include "mathlib.h" #include "input.h" -#include "features.h" +#include "enginefeatures.h" #include "render_api.h" // decallist_t typedef void (*pfnChangeGame)( const char *progname ); diff --git a/engine/common/mod_bmodel.c b/engine/common/mod_bmodel.c index f7ca6fb6..f63dac20 100644 --- a/engine/common/mod_bmodel.c +++ b/engine/common/mod_bmodel.c @@ -21,7 +21,7 @@ GNU General Public License for more details. #include "wadfile.h" #include "world.h" #include "gl_local.h" -#include "features.h" +#include "enginefeatures.h" #include "client.h" #include "server.h" // LUMP_ error codes diff --git a/engine/common/model.c b/engine/common/model.c index 4a57483c..1f0a768d 100644 --- a/engine/common/model.c +++ b/engine/common/model.c @@ -21,7 +21,7 @@ GNU General Public License for more details. #include "wadfile.h" #include "world.h" #include "gl_local.h" -#include "features.h" +#include "enginefeatures.h" #include "client.h" #include "server.h" // LUMP_ error codes diff --git a/engine/common/net_buffer.h b/engine/common/net_buffer.h index 67e36762..62a5f284 100644 --- a/engine/common/net_buffer.h +++ b/engine/common/net_buffer.h @@ -16,7 +16,7 @@ GNU General Public License for more details. #ifndef NET_BUFFER_H #define NET_BUFFER_H -#include "features.h" +#include "enginefeatures.h" /* ============================================================================== diff --git a/engine/common/pm_trace.c b/engine/common/pm_trace.c index 6820b2b8..a925b84f 100644 --- a/engine/common/pm_trace.c +++ b/engine/common/pm_trace.c @@ -18,7 +18,7 @@ GNU General Public License for more details. #include "mod_local.h" #include "pm_local.h" #include "pm_movevars.h" -#include "features.h" +#include "enginefeatures.h" #include "studio.h" #include "world.h"