1
0
forked from 0ad/0ad

Fixes builds after d0115185b9 by removing includes to res handle.

This was SVN commit r26372.
This commit is contained in:
Vladislav Belov 2022-02-14 06:29:50 +00:00
parent 939f800a26
commit 6ec956553a
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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"