Removed odd #include's

master
Yevgen Muntyan 2006-09-01 03:45:42 -05:00
parent 53eca2f14b
commit c55731d6da
2 changed files with 0 additions and 8 deletions

View File

@ -11,10 +11,6 @@
* See COPYING file that comes with this distribution. * See COPYING file that comes with this distribution.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mooapp/mooappabout-glade.h" #include "mooapp/mooappabout-glade.h"
#include "mooapp/mooappabout.h" #include "mooapp/mooappabout.h"
#include "mooapp/mooapp.h" #include "mooapp/mooapp.h"
@ -24,7 +20,6 @@
#include "mooutils/moolinklabel.h" #include "mooutils/moolinklabel.h"
#include "mooutils/mooglade.h" #include "mooutils/mooglade.h"
#include "mooutils/mooi18n.h" #include "mooutils/mooi18n.h"
#include "config.h"
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#include <string.h> #include <string.h>

View File

@ -14,10 +14,7 @@
#ifndef __MOO_APP_ABOUT_H__ #ifndef __MOO_APP_ABOUT_H__
#define __MOO_APP_ABOUT_H__ #define __MOO_APP_ABOUT_H__
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif
#ifdef HAVE_SYS_UTSNAME_H #ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h> #include <sys/utsname.h>