mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
fb100e05f2
commit
f254d44030
|
@ -41,29 +41,9 @@
|
||||||
|
|
||||||
|
|
||||||
#include <stddef.h> // NULL
|
#include <stddef.h> // NULL
|
||||||
|
|
||||||
#include <stdio.h> // sprintf()
|
#include <stdio.h> // sprintf()
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
|
||||||
#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 "CDVDlinuz.h"
|
#include "CDVDlinuz.h"
|
||||||
|
|
||||||
#include "aboutbox.h"
|
#include "aboutbox.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <gtk/gtkwidget.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -46,13 +46,7 @@
|
||||||
|
|
||||||
#include <string.h> // strcmp()
|
#include <string.h> // strcmp()
|
||||||
|
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include <gtk/gtkmain.h> // gtk_init(), gtk_main(), gtk_main_quit()
|
|
||||||
|
|
||||||
#include <gtk/gtkwidget.h> // gtk_widget_show_all()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "logfile.h"
|
#include "logfile.h"
|
||||||
|
|
||||||
|
|
|
@ -53,26 +53,7 @@
|
||||||
#include <unistd.h> // stat()
|
#include <unistd.h> // stat()
|
||||||
|
|
||||||
|
|
||||||
|
#include <gtk/gtk.h>
|
||||||
#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 "conf.h"
|
#include "conf.h"
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <gtk/gtkwidget.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue