From 0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 28 Oct 2011 12:23:01 +0200 Subject: AUDIO: Slight adaptions of SID code to our guidelines. This only touches #include usages and the include guard of sid.h. --- audio/softsynth/wave6581.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth/wave6581.cpp') diff --git a/audio/softsynth/wave6581.cpp b/audio/softsynth/wave6581.cpp index 63e08fb113..832a7272ff 100644 --- a/audio/softsynth/wave6581.cpp +++ b/audio/softsynth/wave6581.cpp @@ -27,7 +27,7 @@ #ifndef DISABLE_SID -#include "sid.h" +#include "audio/softsynth/sid.h" namespace Resid { -- cgit v1.2.3