comparison src/modplug/modplugbmp.cxx @ 2576:bd3a24b39058

Removed #includes that should not be included anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 04:20:50 +0300
parents f791c889f74c
children 3134a0987162
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
14 #include "sndfile.h" 14 #include "sndfile.h"
15 #include "stddefs.h" 15 #include "stddefs.h"
16 #include "archive/open.h" 16 #include "archive/open.h"
17 extern "C" { 17 extern "C" {
18 #include <audacious/output.h> 18 #include <audacious/output.h>
19 #include <audacious/strings.h>
20 } 19 }
21 20
22 static char* format_and_free_ti( Tuple* ti, int* length ) 21 static char* format_and_free_ti( Tuple* ti, int* length )
23 { 22 {
24 char* result = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format()); 23 char* result = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());