diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-02 00:10:01 +0800 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-02 05:40:42 +0800 |
commit | b25bcd6653db5ae5f771256aad95c5a93875ecda (patch) | |
tree | f81175f555aa8043de75c214eba8ea00dbe625c4 /libempathy-gtk/empathy-notify-manager.h | |
parent | 0d137b74e57840bd85f090becd4144f62c89d6ab (diff) | |
download | gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.tar.gz gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.tar.zst gsoc2013-empathy-b25bcd6653db5ae5f771256aad95c5a93875ecda.zip |
Clean up #include directives in headers
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
Diffstat (limited to 'libempathy-gtk/empathy-notify-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.h b/libempathy-gtk/empathy-notify-manager.h index ca8996f7d..ee01e7ab9 100644 --- a/libempathy-gtk/empathy-notify-manager.h +++ b/libempathy-gtk/empathy-notify-manager.h @@ -22,11 +22,10 @@ #define __EMPATHY_NOTIFY_MANAGER_H__ #include <glib-object.h> +#include <libnotify/notification.h> #include "empathy-contact.h" -#include <libnotify/notification.h> - G_BEGIN_DECLS #define EMPATHY_NOTIFY_MANAGER_CAP_ACTIONS "actions" |