Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52242
Collapse All | Expand All

(-)VisualBoyAdvance-1.7.2.orig/src/gtk/joypadconfig.h (-1 / +1 lines)
Lines 22-29 Link Here
22
22
23
#include <vector>
23
#include <vector>
24
24
25
#include <libglademm.h>
26
#include <gtkmm.h>
25
#include <gtkmm.h>
26
#include <libglademm.h>
27
27
28
#ifndef GTKMM20
28
#ifndef GTKMM20
29
# include "sigccompat.h"
29
# include "sigccompat.h"
(-)VisualBoyAdvance-1.7.2.orig/src/gtk/main.cpp (-1 / +1 lines)
Lines 22-31 Link Here
22
22
23
#include <list>
23
#include <list>
24
24
25
#include <libglademm.h>
26
#include <gtkmm/main.h>
25
#include <gtkmm/main.h>
27
#include <gtkmm/window.h>
26
#include <gtkmm/window.h>
28
#include <gtkmm/messagedialog.h>
27
#include <gtkmm/messagedialog.h>
28
#include <libglademm.h>
29
29
30
#include "images/vba-wm-pixbufs.h"
30
#include "images/vba-wm-pixbufs.h"
31
31
(-)VisualBoyAdvance-1.7.2.orig/src/gtk/window.h (-1 / +1 lines)
Lines 23-30 Link Here
23
#include <sys/types.h>
23
#include <sys/types.h>
24
#include <stdarg.h>
24
#include <stdarg.h>
25
25
26
#include <libglademm.h>
27
#include <gtkmm.h>
26
#include <gtkmm.h>
27
#include <libglademm.h>
28
28
29
#ifndef GTKMM20
29
#ifndef GTKMM20
30
# include "sigccompat.h"
30
# include "sigccompat.h"

Return to bug 52242