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/timestamp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/timestamp.h') diff --git a/audio/timestamp.h b/audio/timestamp.h index ef095a2106..1683b554cb 100644 --- a/audio/timestamp.h +++ b/audio/timestamp.h @@ -20,8 +20,8 @@ * */ -#ifndef SOUND_TIMESTAMP_H -#define SOUND_TIMESTAMP_H +#ifndef AUDIO_TIMESTAMP_H +#define AUDIO_TIMESTAMP_H #include "common/scummsys.h" -- cgit v1.2.3