diff options
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/audio.h b/src/audio.h index a5ef06d..d022147 100644 --- a/src/audio.h +++ b/src/audio.h @@ -24,9 +24,6 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __DRUMGIZMO_AUDIO_H__ -#define __DRUMGIZMO_AUDIO_H__ +#pragma once #include <audiotypes.h> - -#endif/*__DRUMGIZMO_AUDIO_H__*/ |