comparison src/audacious/plugin.h @ 4391:a9c8efbfd4c2

s/BMP_PLUGIN_H/AUD_PLUGIN_H/
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Mar 2008 00:51:14 +0200
parents db1c0a24e100
children 9d5e6bfca672
comparison
equal deleted inserted replaced
4390:694ce1a806f8 4391:a9c8efbfd4c2
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE. 32 * SUCH DAMAGE.
33 */ 33 */
34 34
35 #ifndef BMP_PLUGIN_H 35 #ifndef AUD_PLUGIN_H
36 #define BMP_PLUGIN_H 36 #define AUD_PLUGIN_H
37 37
38 #include <glib.h> 38 #include <glib.h>
39 #include <gtk/gtk.h> 39 #include <gtk/gtk.h>
40 #include "audacious/vfs.h" 40 #include "audacious/vfs.h"
41 #include "audacious/tuple.h" 41 #include "audacious/tuple.h"