mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-28 03:40:36 +00:00
cleanup
svn-id: r21921
This commit is contained in:
parent
ce13d8e946
commit
1e47edcd22
@ -19,8 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef FONT_H
|
||||
#define FONT_H
|
||||
#ifndef GRAPHICS_FONT_H
|
||||
#define GRAPHICS_FONT_H
|
||||
|
||||
#include "common/str.h"
|
||||
#include "graphics/surface.h"
|
||||
|
@ -19,8 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef FONTMAN_H
|
||||
#define FONTMAN_H
|
||||
#ifndef GRAPHICS_FONTMAN_H
|
||||
#define GRAPHICS_FONTMAN_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
@ -19,8 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef COMMON_SCALER_H
|
||||
#define COMMON_SCALER_H
|
||||
#ifndef GRAPHICS_SCALER_H
|
||||
#define GRAPHICS_SCALER_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
Loading…
Reference in New Issue
Block a user