diff --git a/source/graphics/Font.h b/source/graphics/Font.h index 98baa6a81c..5ff2f506bc 100644 --- a/source/graphics/Font.h +++ b/source/graphics/Font.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 Wildfire Games. +/* Copyright (C) 2022 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify @@ -19,7 +19,6 @@ #define INCLUDED_FONT #include "graphics/Texture.h" -#include "lib/res/handle.h" /** * Storage for a bitmap font. Loaded by CFontManager. diff --git a/source/gui/GUIRenderer.h b/source/gui/GUIRenderer.h index 77a4250248..dc68e41617 100644 --- a/source/gui/GUIRenderer.h +++ b/source/gui/GUIRenderer.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 Wildfire Games. +/* Copyright (C) 2022 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify @@ -21,7 +21,6 @@ #include "graphics/Color.h" #include "graphics/ShaderTechniquePtr.h" #include "graphics/Texture.h" -#include "lib/res/handle.h" #include "maths/Rect.h" #include "ps/CStrForward.h" #include "ps/CStrIntern.h"