From 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 Mon Sep 17 00:00:00 2001
From: Johannes Schickel
Date: Fri, 28 Oct 2011 12:27:50 +0200
Subject: AUDIO: Adapt include guard names to the "new" directory name.

---
 audio/softsynth/cms.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'audio/softsynth/cms.h')

diff --git a/audio/softsynth/cms.h b/audio/softsynth/cms.h
index 48064746a8..0aad856a9d 100644
--- a/audio/softsynth/cms.h
+++ b/audio/softsynth/cms.h
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-#ifndef SOUND_SOFTSYNTH_CMS_H
-#define SOUND_SOFTSYNTH_CMS_H
+#ifndef AUDIO_SOFTSYNTH_CMS_H
+#define AUDIO_SOFTSYNTH_CMS_H
 
 #include "common/scummsys.h"
 
-- 
cgit v1.2.3