comparison audacious/widgets/sbutton.c @ 1556:ec4d858524fa trunk

[svn] - cleanup
author nenolod
date Thu, 10 Aug 2006 19:18:20 -0700
parents 06329cbf186a
children
comparison
equal deleted inserted replaced
1555:56536f498eb8 1556:ec4d858524fa
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 */ 20 */
21 21
22 #include "sbutton.h" 22 #include "widgetcore.h"
23 23
24 #include <glib.h> 24 #include <glib.h>
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 #include <gdk/gdk.h> 26 #include <gdk/gdk.h>
27 27