From 1e47edcd2244f951bd2a22502ae45fb26cd2d66a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 15 Apr 2006 21:29:41 +0000 Subject: cleanup svn-id: r21921 --- graphics/font.h | 4 ++-- graphics/fontman.h | 4 ++-- graphics/scaler.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/font.h b/graphics/font.h index f9d0cb6033..66a8e84222 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -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" diff --git a/graphics/fontman.h b/graphics/fontman.h index 6d214657b9..fb73286e3d 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.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" diff --git a/graphics/scaler.h b/graphics/scaler.h index 9f743216ac..91fd290ea3 100644 --- a/graphics/scaler.h +++ b/graphics/scaler.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" -- cgit v1.2.3