From b74c36961bc67aeefdd76c81eae3f4309a562c5c Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sun, 2 Jun 2024 17:01:08 +0200 Subject: [PATCH] Remove now unused includes --- src/client/hud.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client/hud.cpp b/src/client/hud.cpp index bc8693f3d..0cfed3d5e 100644 --- a/src/client/hud.cpp +++ b/src/client/hud.cpp @@ -23,9 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include -#include "EMaterialTypes.h" -#include "itemdef.h" -#include "mapnode.h" #include "settings.h" #include "util/numeric.h" #include "log.h"