aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/wave6581.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-28 12:23:01 +0200
committerJohannes Schickel2011-10-28 12:23:50 +0200
commit0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990 (patch)
tree023086b1ca30e0071b192349591e937526cb4062 /audio/softsynth/wave6581.cpp
parentdc649a13a7ed1721160140298aa4f1c9fd4b65d9 (diff)
downloadscummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.tar.gz
scummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.tar.bz2
scummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.zip
AUDIO: Slight adaptions of SID code to our guidelines.
This only touches #include usages and the include guard of sid.h.
Diffstat (limited to 'audio/softsynth/wave6581.cpp')
-rw-r--r--audio/softsynth/wave6581.cpp2
1 files changed, 1 insertions, 1 deletions
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 {