aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-20 14:33:06 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-20 14:33:06 -0500
commit9c701644eabf8f07bc63a6b582acb425972412b1 (patch)
tree656420991f58a04d6035634f1b05f7ecc370267e
parent37e19a1cd9d8dfe40eaa8a499e949f123d96a4cb (diff)
downloadayatana-indicator-session-9c701644eabf8f07bc63a6b582acb425972412b1.tar.gz
ayatana-indicator-session-9c701644eabf8f07bc63a6b582acb425972412b1.tar.bz2
ayatana-indicator-session-9c701644eabf8f07bc63a6b582acb425972412b1.zip
copyediting
-rw-r--r--src/gtk-logout-helper.c3
-rw-r--r--src/session-menu-mgr.c2
-rw-r--r--src/session-service.c5
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 <http://www.gnu.org/licenses/>.
*/
-#include <config.h>
+#include "config.h"
+
#include <locale.h>
#include <glib.h>
#include <glib/gi18n.h> /* 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 <http://www.gnu.org/licenses/>.
*/
-#include <config.h>
+#include "config.h"
#include <sys/types.h>
#include <pwd.h> /* 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 <http://www.gnu.org/licenses/>.
*/
-#include <config.h>
+#include "config.h"
#include <unistd.h>
#include <locale.h>
@@ -34,11 +34,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gio/gdesktopappinfo.h>
#include <libdbusmenu-glib/server.h>
-#include <libdbusmenu-glib/menuitem.h>
-#include <libdbusmenu-glib/client.h>
#include <gtk/gtk.h>
-#include <libdbusmenu-gtk/menuitem.h>
#include <libindicator/indicator-service.h>