From 6ec956553a62cbf5a7fbb23c6d3fe5034baa2e44 Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Mon, 14 Feb 2022 06:29:50 +0000 Subject: [PATCH] Fixes builds after d0115185b9 by removing includes to res handle. This was SVN commit r26372. --- source/graphics/Font.h | 3 +-- source/gui/GUIRenderer.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"