From 9c701644eabf8f07bc63a6b582acb425972412b1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 20 Jun 2012 14:33:06 -0500 Subject: copyediting --- src/gtk-logout-helper.c | 3 ++- src/session-menu-mgr.c | 2 +- src/session-service.c | 5 +---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/gtk-logout-helper.c b/src/gtk-logout-helper.c index b311701..7868978 100644 --- a/src/gtk-logout-helper.c +++ b/src/gtk-logout-helper.c @@ -21,7 +21,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include +#include "config.h" + #include #include #include /* textdomain(), bindtextdomain() */ diff --git a/src/session-menu-mgr.c b/src/session-menu-mgr.c index 65040ec..5c14ebc 100644 --- a/src/session-menu-mgr.c +++ b/src/session-menu-mgr.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include +#include "config.h" #include #include /* geteuid(), getpwuid() */ diff --git a/src/session-service.c b/src/session-service.c index 7c5dd95..91bbccd 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -24,7 +24,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include +#include "config.h" #include #include @@ -34,11 +34,8 @@ with this program. If not, see . #include #include -#include -#include #include -#include #include -- cgit v1.2.3