From ce13d8e946182f1daeb734a4a015d936a8e34ffb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 15 Apr 2006 21:27:56 +0000 Subject: cleanup svn-id: r21920 --- sound/audiostream.h | 4 ++-- sound/fmopl.h | 4 ++-- sound/midiparser.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sound/audiostream.h b/sound/audiostream.h index e16c9f8d30..88d5339f5a 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -20,8 +20,8 @@ * */ -#ifndef AUDIOSTREAM_H -#define AUDIOSTREAM_H +#ifndef SOUND_AUDIOSTREAM_H +#define SOUND_AUDIOSTREAM_H #include "common/stdafx.h" #include "common/util.h" diff --git a/sound/fmopl.h b/sound/fmopl.h index 5ce447e2b2..851fcae3a3 100644 --- a/sound/fmopl.h +++ b/sound/fmopl.h @@ -24,8 +24,8 @@ */ -#ifndef FMOPL_H_ -#define FMOPL_H_ +#ifndef SOUND_FMOPL_H +#define SOUND_FMOPL_H #include "common/scummsys.h" diff --git a/sound/midiparser.h b/sound/midiparser.h index 24ffd1b461..a63b9ee10e 100644 --- a/sound/midiparser.h +++ b/sound/midiparser.h @@ -22,8 +22,8 @@ //! \brief Declarations related to the MidiParser class -#ifndef INCLUDED_MIDIPARSER -#define INCLUDED_MIDIPARSER +#ifndef SOUND_MIDIPARSER_H +#define SOUND_MIDIPARSER_H #include "common/scummsys.h" #include "common/endian.h" -- cgit v1.2.3