GTK :
Include cleanup, in an attempt to make build process faster. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@720 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
d5881c625e
commit
3efad35c6e
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "configfile.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <glibmm/fileutils.h>
|
||||
#include <glibmm/iochannel.h>
|
||||
|
||||
|
|
|
@ -21,9 +21,7 @@
|
|||
#define __VBA_CONFIGFILE_H__
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <ostream>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
|
|
@ -16,16 +16,13 @@
|
|||
// along with this program; if not, write to the Free Software Foundation,
|
||||
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <gtkmm/main.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/messagedialog.h>
|
||||
#include <libglademm.h>
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
#include <gtkglmm.h>
|
||||
#include <gtkmm/gl/init.h>
|
||||
#endif // USE_OPENGL
|
||||
|
||||
#include "window.h"
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "screenarea-cairo.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "screenarea-opengl.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define __VBA_SCREENAREA_OPENGL_H__
|
||||
|
||||
#include "screenarea.h"
|
||||
#include <gtkglmm.h>
|
||||
#include <gtkmm/gl/widget.h>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <gdk/gdkx.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "screenarea.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace VBA
|
||||
{
|
||||
|
||||
|
|
|
@ -16,10 +16,6 @@
|
|||
// along with this program; if not, write to the Free Software Foundation,
|
||||
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../agb/GBA.h"
|
||||
#include "../dmg/gb.h"
|
||||
#include "../dmg/gbGlobals.h"
|
||||
|
|
|
@ -18,10 +18,11 @@
|
|||
|
||||
#include "window.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <gtkmm/stock.h>
|
||||
#include <gtkmm/alignment.h>
|
||||
#include <gtkmm/messagedialog.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
|
|
|
@ -20,16 +20,13 @@
|
|||
#ifndef __VBA_WINDOW_H__
|
||||
#define __VBA_WINDOW_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/checkmenuitem.h>
|
||||
#include <gtkmm/filechooserdialog.h>
|
||||
#include <gtkmm/menubar.h>
|
||||
#include <gtkmm/recentchoosermenu.h>
|
||||
#include <libglademm.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
#include "../System.h"
|
||||
#include "../sdl/inputSDL.h"
|
||||
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
#include "window.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <gtkmm/stock.h>
|
||||
#include <gtkmm/messagedialog.h>
|
||||
#include <gtkmm/filechooserbutton.h>
|
||||
#include <gtkmm/aboutdialog.h>
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue