diff src/audacious/ui_svis.h @ 3219:2f08ee945857 trunk

fix includes
author Tomasz Mon <desowin@gmail.com>
date Thu, 02 Aug 2007 15:05:46 +0200
parents f1c756f39e6c
children 75d99359357b
line wrap: on
line diff
--- a/src/audacious/ui_svis.h	Thu Aug 02 14:28:37 2007 +0200
+++ b/src/audacious/ui_svis.h	Thu Aug 02 15:05:46 2007 +0200
@@ -21,9 +21,7 @@
 #ifndef UISVIS_H
 #define UISVIS_H
 
-#include <gdk/gdk.h>
-#include <gtk/gtkadjustment.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 #ifdef __cplusplus
 extern "C" {