[gnome-photos] done-notification, share-notification: Add missing #includes to headers
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] done-notification, share-notification: Add missing #includes to headers
- Date: Tue, 24 Oct 2017 17:46:38 +0000 (UTC)
commit db377d79694887444b1bc45b25fce5d84f17d9bb
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Oct 24 19:42:37 2017 +0200
done-notification, share-notification: Add missing #includes to headers
Fallout from 0e9b118c793b99c20008d82f814e1a19bf7bcfd7 and
730c63e29dbd5f57a1e40e566074555ee1f1b4d1
src/photos-done-notification.c | 2 --
src/photos-done-notification.h | 5 +++--
src/photos-share-notification.c | 2 --
src/photos-share-notification.h | 3 ++-
4 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/src/photos-done-notification.c b/src/photos-done-notification.c
index 257afe8..729bfcc 100644
--- a/src/photos-done-notification.c
+++ b/src/photos-done-notification.c
@@ -23,9 +23,7 @@
#include "config.h"
#include <glib/gi18n.h>
-#include <gtk/gtk.h>
-#include "photos-base-item.h"
#include "photos-done-notification.h"
#include "photos-filterable.h"
#include "photos-icons.h"
diff --git a/src/photos-done-notification.h b/src/photos-done-notification.h
index 6ed53f9..c91dbfb 100644
--- a/src/photos-done-notification.h
+++ b/src/photos-done-notification.h
@@ -21,8 +21,9 @@
#ifndef PHOTOS_DONE_NOTIFICATION_H
#define PHOTOS_DONE_NOTIFICATION_H
-#include <glib.h>
-#include <glib-object.h>
+#include <gtk/gtk.h>
+
+#include "photos-base-item.h"
G_BEGIN_DECLS
diff --git a/src/photos-share-notification.c b/src/photos-share-notification.c
index 8c6f4bf..5f1dd4c 100644
--- a/src/photos-share-notification.c
+++ b/src/photos-share-notification.c
@@ -23,10 +23,8 @@
#include "config.h"
#include <gio/gio.h>
-#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include "photos-base-item.h"
#include "photos-icons.h"
#include "photos-notification-manager.h"
#include "photos-share-notification.h"
diff --git a/src/photos-share-notification.h b/src/photos-share-notification.h
index 729c72e..44188d9 100644
--- a/src/photos-share-notification.h
+++ b/src/photos-share-notification.h
@@ -23,8 +23,9 @@
#ifndef PHOTOS_SHARE_NOTIFICATION_H
#define PHOTOS_SHARE_NOTIFICATION_H
-#include <glib.h>
+#include <gtk/gtk.h>
+#include "photos-base-item.h"
#include "photos-share-point.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]