From c55731d6da311f637c3eac731b2ce511929924b8 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Fri, 1 Sep 2006 03:45:42 -0500 Subject: [PATCH] Removed odd #include's --- moo/mooapp/mooappabout.c | 5 ----- moo/mooapp/mooappabout.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/moo/mooapp/mooappabout.c b/moo/mooapp/mooappabout.c index 7d755aef..e93f093d 100644 --- a/moo/mooapp/mooappabout.c +++ b/moo/mooapp/mooappabout.c @@ -11,10 +11,6 @@ * See COPYING file that comes with this distribution. */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "mooapp/mooappabout-glade.h" #include "mooapp/mooappabout.h" #include "mooapp/mooapp.h" @@ -24,7 +20,6 @@ #include "mooutils/moolinklabel.h" #include "mooutils/mooglade.h" #include "mooutils/mooi18n.h" -#include "config.h" #include #include #include diff --git a/moo/mooapp/mooappabout.h b/moo/mooapp/mooappabout.h index 55e6af68..be705117 100644 --- a/moo/mooapp/mooappabout.h +++ b/moo/mooapp/mooappabout.h @@ -14,10 +14,7 @@ #ifndef __MOO_APP_ABOUT_H__ #define __MOO_APP_ABOUT_H__ - -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifdef HAVE_SYS_UTSNAME_H #include