Mercurial > audlegacy-plugins
comparison src/wavpack/ui.cxx @ 284:72f0de06bb56 trunk
[svn] - wavpack/wputils.h is deprecated, wavpack/wavpack.h should be used instead.
author | nenolod |
---|---|
date | Mon, 20 Nov 2006 18:24:07 -0800 |
parents | 366acb77c853 |
children | 60b7388105ba |
comparison
equal
deleted
inserted
replaced
283:6b3773478f9e | 284:72f0de06bb56 |
---|---|
2 #include <string.h> | 2 #include <string.h> |
3 #include <stdio.h> | 3 #include <stdio.h> |
4 #include <stdlib.h> | 4 #include <stdlib.h> |
5 #include <pthread.h> | 5 #include <pthread.h> |
6 #include <unistd.h> | 6 #include <unistd.h> |
7 #include <wavpack/wputils.h> | 7 #include <wavpack/wavpack.h> |
8 extern "C" { | 8 extern "C" { |
9 #include <audacious/plugin.h> | 9 #include <audacious/plugin.h> |
10 #include <audacious/configdb.h> | 10 #include <audacious/configdb.h> |
11 #include <audacious/titlestring.h> | 11 #include <audacious/titlestring.h> |
12 #include <audacious/util.h> | 12 #include <audacious/util.h> |