From 1bec2024a6ce1e131f24ce09c66da096c08ac0b0 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 24 May 2006 14:25:42 +0000 Subject: From what I understand, the __ prefix is generally reserved for system headers, so I've removed most of them. There's still some in list.h, but that should probably be replaced by our own list handler some day. svn-id: r22611 --- engines/agi/logic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/agi/logic.h') diff --git a/engines/agi/logic.h b/engines/agi/logic.h index cd6fbf752c..6922602517 100644 --- a/engines/agi/logic.h +++ b/engines/agi/logic.h @@ -22,8 +22,8 @@ * */ -#ifndef __AGI_LOGIC_H -#define __AGI_LOGIC_H +#ifndef AGI_LOGIC_H +#define AGI_LOGIC_H #include "agi/agi.h" @@ -46,4 +46,4 @@ void unload_logic(int); } // End of namespace Agi -#endif /* __AGI_LOGIC_H */ +#endif /* AGI_LOGIC_H */ -- cgit v1.2.3