comparison src/skins/ui_skinned_number.c @ 3095:c5fcdbfaaf1e

Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
author Tony Vroon <chainsaw@gentoo.org>
date Thu, 30 Apr 2009 14:16:43 +0100
parents ab8771a5f654
children
comparison
equal deleted inserted replaced
3094:ab8771a5f654 3095:c5fcdbfaaf1e
24 * Audacious or using our public API to be a derived work. 24 * Audacious or using our public API to be a derived work.
25 */ 25 */
26 26
27 #include "ui_skinned_number.h" 27 #include "ui_skinned_number.h"
28 #include "skins_cfg.h" 28 #include "skins_cfg.h"
29 #include "audstrings.h"
30 #include <string.h> 29 #include <string.h>
31 #include <ctype.h> 30 #include <ctype.h>
32 #include <gtk/gtkmain.h> 31 #include <gtk/gtkmain.h>
33 #include <gtk/gtkmarshal.h> 32 #include <gtk/gtkmarshal.h>
34 33