CDVDlinuz: fix gtk header include

It doesn't fix GTK3 build but it allows to see the real error now.
This commit is contained in:
Gregory Hainaut 2015-02-27 10:11:38 +01:00
parent fb100e05f2
commit f254d44030
5 changed files with 5 additions and 50 deletions

View File

@ -41,29 +41,9 @@
#include <stddef.h> // NULL
#include <stdio.h> // sprintf()
#include <gtk/gtkbutton.h> // gtk_button_new_with_label()
#include <gtk/gtkcontainer.h> // gtk_container_add()
#include <gtk/gtkhbbox.h> // gtk_hbutton_box_new()
#include <gtk/gtklabel.h> // gtk_label_new()
#include <gtk/gtkmain.h> // gtk_init(), gtk_main(), gtk_main_quit()
#include <gtk/gtkvbox.h> // gtk_vbox_new()
#include <gtk/gtkwindow.h> // gtk_window_new()
#include <gtk/gtk.h>
#include "CDVDlinuz.h"
#include "aboutbox.h"

View File

@ -48,7 +48,7 @@
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>

View File

@ -46,13 +46,7 @@
#include <string.h> // strcmp()
#include <gtk/gtkmain.h> // gtk_init(), gtk_main(), gtk_main_quit()
#include <gtk/gtkwidget.h> // gtk_widget_show_all()
#include <gtk/gtk.h>
#include "logfile.h"

View File

@ -53,26 +53,7 @@
#include <unistd.h> // stat()
#include <gtk/gtkbutton.h> // gtk_button_new_with_label()
#include <gtk/gtkcontainer.h> // gtk_container_add()
#include <gtk/gtkentry.h> // gtk_entry_new()
#include <gtk/gtkhbbox.h> // gtk_hbutton_box_new()
#include <gtk/gtkhbox.h> // gtk_hbox_new()
#include <gtk/gtklabel.h> // gtk_label_new()
#include <gtk/gtkmain.h> // gtk_init(), gtk_main(), gtk_main_quit()
#include <gtk/gtkvbox.h> // gtk_vbox_new()
#include <gtk/gtkwindow.h> // gtk_window_new()
#include <gtk/gtk.h>
#include "conf.h"

View File

@ -48,7 +48,7 @@
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>