diff options
| author | Max Horn | 2006-04-15 21:27:56 +0000 |
|---|---|---|
| committer | Max Horn | 2006-04-15 21:27:56 +0000 |
| commit | ce13d8e946182f1daeb734a4a015d936a8e34ffb (patch) | |
| tree | 3ca7aefa0a9a40b18fa9e387f5a768f7a899456a | |
| parent | 68450b31e3d719e8b8bb8a57d5924f9244c3bc0a (diff) | |
| download | scummvm-rg350-ce13d8e946182f1daeb734a4a015d936a8e34ffb.tar.gz scummvm-rg350-ce13d8e946182f1daeb734a4a015d936a8e34ffb.tar.bz2 scummvm-rg350-ce13d8e946182f1daeb734a4a015d936a8e34ffb.zip | |
cleanup
svn-id: r21920
| -rw-r--r-- | sound/audiostream.h | 4 | ||||
| -rw-r--r-- | sound/fmopl.h | 4 | ||||
| -rw-r--r-- | 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" |
