cleanup
svn-id: r21920
This commit is contained in:
parent
68450b31e3
commit
ce13d8e946
3 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef FMOPL_H_
|
||||
#define FMOPL_H_
|
||||
#ifndef SOUND_FMOPL_H
|
||||
#define SOUND_FMOPL_H
|
||||
|
||||
#include "common/scummsys.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue