aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/decoder_sndfile.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 13:18:29 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 13:18:29 +0000
commit8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78 (patch)
tree0ff8cb60d8f62a5da867719eb1f3e10f70655571 /src/plugins/Input/sndfile/decoder_sndfile.h
parent663888166aea02b082d94eafa844b766eac0f2dd (diff)
downloadqmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.tar.gz
qmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.tar.bz2
qmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.zip
include path changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@234 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/decoder_sndfile.h')
-rw-r--r--src/plugins/Input/sndfile/decoder_sndfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/sndfile/decoder_sndfile.h b/src/plugins/Input/sndfile/decoder_sndfile.h
index 53bb8fd81..9a66acd3d 100644
--- a/src/plugins/Input/sndfile/decoder_sndfile.h
+++ b/src/plugins/Input/sndfile/decoder_sndfile.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007 by Ilya Kotov *
+ * Copyright (C) 2007-2008 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -24,7 +24,7 @@
extern "C"{
#include <sndfile.h>
}
-#include "decoder.h"
+#include <qmmp/decoder.h>
class DecoderSndFile : public Decoder