comparison src/modplug/plugin.cxx @ 2533:a4f694a99c5b

Removed unused header modplug.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Apr 2008 04:24:33 +0300
parents a336fe28b63a
children f791c889f74c
comparison
equal deleted inserted replaced
2532:86bfc1159197 2533:a4f694a99c5b
4 * This source code is public domain. 4 * This source code is public domain.
5 */ 5 */
6 6
7 // #define AUD_DEBUG 1 7 // #define AUD_DEBUG 1
8 8
9 #include "modplug.h"
10 #include "gui/main.h" 9 #include "gui/main.h"
11 extern "C" { 10 extern "C" {
12 #include <audacious/plugin.h> 11 #include <audacious/plugin.h>
13 } 12 }
14 13