aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-02 05:21:09 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-02 05:40:43 +0800
commit0ad138fa1c21e7f58b617fe34506ee3dc3bdc695 (patch)
tree609e620abfd85409a7dac851ab7efab29286adf7 /src
parentb25bcd6653db5ae5f771256aad95c5a93875ecda (diff)
downloadgsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar.gz
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar.bz2
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar.lz
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar.xz
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.tar.zst
gsoc2013-empathy-0ad138fa1c21e7f58b617fe34506ee3dc3bdc695.zip
Clean up #include directives in source files
https://bugzilla.gnome.org/show_bug.cgi?id=697076
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts-common.c1
-rw-r--r--src/empathy-accounts-common.h1
-rw-r--r--src/empathy-audio-sink.h1
-rw-r--r--src/empathy-audio-src.h1
-rw-r--r--src/empathy-call-factory.h1
-rw-r--r--src/empathy-call-handler.h2
-rw-r--r--src/empathy-call-observer.h1
-rw-r--r--src/empathy-call-window-fullscreen.h2
-rw-r--r--src/empathy-call-window.h1
-rw-r--r--src/empathy-camera-menu.h1
-rw-r--r--src/empathy-chat-manager.c1
-rw-r--r--src/empathy-chat-manager.h1
-rw-r--r--src/empathy-chat-window.c2
-rw-r--r--src/empathy-chat-window.h1
-rw-r--r--src/empathy-debug-window.h1
-rw-r--r--src/empathy-event-manager.h1
-rw-r--r--src/empathy-ft-manager.h2
-rw-r--r--src/empathy-import-utils.h1
-rw-r--r--src/empathy-import-widget.c1
-rw-r--r--src/empathy-import-widget.h1
-rw-r--r--src/empathy-mic-monitor.c1
-rw-r--r--src/empathy-mic-monitor.h1
-rw-r--r--src/empathy-new-chatroom-dialog.h1
-rw-r--r--src/empathy-rounded-actor.h1
-rw-r--r--src/empathy-rounded-rectangle.h1
-rw-r--r--src/empathy-rounded-texture.h1
-rw-r--r--src/empathy-status-icon.h1
-rw-r--r--src/empathy-video-src.h1
28 files changed, 0 insertions, 32 deletions
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index ccbaab9d8..772e6868e 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -28,7 +28,6 @@
#include "empathy-accounts-common.h"
#include "empathy-accounts-dialog.h"
-#include "empathy-ui-utils.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
#include "empathy-debug.h"
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h
index e4a4a6626..1cb24d7dd 100644
--- a/src/empathy-accounts-common.h
+++ b/src/empathy-accounts-common.h
@@ -22,7 +22,6 @@
#ifndef __EMPATHY_ACCOUNTS_COMMON_H__
#define __EMPATHY_ACCOUNTS_COMMON_H__
-#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
G_BEGIN_DECLS
diff --git a/src/empathy-audio-sink.h b/src/empathy-audio-sink.h
index ceb0bbe36..85b576c42 100644
--- a/src/empathy-audio-sink.h
+++ b/src/empathy-audio-sink.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_GST_AUDIO_SINK_H__
#define __EMPATHY_GST_AUDIO_SINK_H__
-#include <glib-object.h>
#include <gst/gst.h>
G_BEGIN_DECLS
diff --git a/src/empathy-audio-src.h b/src/empathy-audio-src.h
index ef87c44c4..2d1a6960d 100644
--- a/src/empathy-audio-src.h
+++ b/src/empathy-audio-src.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_GST_AUDIO_SRC_H__
#define __EMPATHY_GST_AUDIO_SRC_H__
-#include <glib-object.h>
#include <gst/gst.h>
#include <gio/gio.h>
diff --git a/src/empathy-call-factory.h b/src/empathy-call-factory.h
index c400fc2fa..b913d8e57 100644
--- a/src/empathy-call-factory.h
+++ b/src/empathy-call-factory.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_CALL_FACTORY_H__
#define __EMPATHY_CALL_FACTORY_H__
-#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
G_BEGIN_DECLS
diff --git a/src/empathy-call-handler.h b/src/empathy-call-handler.h
index face00887..5050d801e 100644
--- a/src/empathy-call-handler.h
+++ b/src/empathy-call-handler.h
@@ -21,8 +21,6 @@
#ifndef __EMPATHY_CALL_HANDLER_H__
#define __EMPATHY_CALL_HANDLER_H__
-#include <glib-object.h>
-#include <gst/gst.h>
#include <farstream/fs-conference.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/src/empathy-call-observer.h b/src/empathy-call-observer.h
index 1d5a58b57..3fdb6b797 100644
--- a/src/empathy-call-observer.h
+++ b/src/empathy-call-observer.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_CALL_OBSERVER_H__
#define __EMPATHY_CALL_OBSERVER_H__
-#include <glib.h>
#include <glib-object.h>
G_BEGIN_DECLS
diff --git a/src/empathy-call-window-fullscreen.h b/src/empathy-call-window-fullscreen.h
index 7e9bd63e5..56ddf99b8 100644
--- a/src/empathy-call-window-fullscreen.h
+++ b/src/empathy-call-window-fullscreen.h
@@ -20,8 +20,6 @@
#ifndef __EMPATHY_CALL_WINDOW_FULLSCREEN_H__
#define __EMPATHY_CALL_WINDOW_FULLSCREEN_H__
-#include <glib-object.h>
-#include <gtk/gtk.h>
#include "empathy-call-window.h"
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h
index d4d1b7cb3..2090b1beb 100644
--- a/src/empathy-call-window.h
+++ b/src/empathy-call-window.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_CALL_WINDOW_H__
#define __EMPATHY_CALL_WINDOW_H__
-#include <glib-object.h>
#include <gtk/gtk.h>
#include "empathy-audio-src.h"
diff --git a/src/empathy-camera-menu.h b/src/empathy-camera-menu.h
index 92760f67d..b55726bed 100644
--- a/src/empathy-camera-menu.h
+++ b/src/empathy-camera-menu.h
@@ -19,7 +19,6 @@
#ifndef __EMPATHY_CAMERA_MENU_H__
#define __EMPATHY_CAMERA_MENU_H__
-#include <glib-object.h>
#include "empathy-call-window.h"
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c
index 89f230dc3..02ed0d949 100644
--- a/src/empathy-chat-manager.c
+++ b/src/empathy-chat-manager.c
@@ -24,7 +24,6 @@
#include "empathy-chatroom-manager.h"
#include "empathy-chat-window.h"
-#include "empathy-individual-manager.h"
#include "empathy-request-util.h"
#include "empathy-ui-utils.h"
#include "extensions.h"
diff --git a/src/empathy-chat-manager.h b/src/empathy-chat-manager.h
index ab3817ea9..b5516c33d 100644
--- a/src/empathy-chat-manager.h
+++ b/src/empathy-chat-manager.h
@@ -20,7 +20,6 @@
#ifndef __EMPATHY_CHAT_MANAGER_H__
#define __EMPATHY_CHAT_MANAGER_H__
-#include <glib-object.h>
#include "empathy-chat.h"
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 9dafa5fe2..480570d0b 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -28,7 +28,6 @@
#include "config.h"
#include "empathy-chat-window.h"
-#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "empathy-about-dialog.h"
@@ -38,7 +37,6 @@
#include "empathy-geometry.h"
#include "empathy-gsettings.h"
#include "empathy-images.h"
-#include "empathy-individual-manager.h"
#include "empathy-invite-participant-dialog.h"
#include "empathy-notify-manager.h"
#include "empathy-request-util.h"
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 8c5955972..ae986cc7f 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -27,7 +27,6 @@
#ifndef __EMPATHY_CHAT_WINDOW_H__
#define __EMPATHY_CHAT_WINDOW_H__
-#include <glib-object.h>
#include <gtk/gtk.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/src/empathy-debug-window.h b/src/empathy-debug-window.h
index 5269bcfc5..c8944bf03 100644
--- a/src/empathy-debug-window.h
+++ b/src/empathy-debug-window.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_DEBUG_WINDOW_H__
#define __EMPATHY_DEBUG_WINDOW_H__
-#include <glib-object.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/src/empathy-event-manager.h b/src/empathy-event-manager.h
index 511a5ed57..f2878c7ca 100644
--- a/src/empathy-event-manager.h
+++ b/src/empathy-event-manager.h
@@ -22,7 +22,6 @@
#ifndef __EMPATHY_EVENT_MANAGER_H__
#define __EMPATHY_EVENT_MANAGER_H__
-#include <glib.h>
#include <glib-object.h>
#include "empathy-contact.h"
diff --git a/src/empathy-ft-manager.h b/src/empathy-ft-manager.h
index 22d47a76f..be41730eb 100644
--- a/src/empathy-ft-manager.h
+++ b/src/empathy-ft-manager.h
@@ -25,9 +25,7 @@
#ifndef __EMPATHY_FT_MANAGER_H__
#define __EMPATHY_FT_MANAGER_H__
-#include <gtk/gtk.h>
#include <glib-object.h>
-#include <glib.h>
#include "empathy-ft-handler.h"
diff --git a/src/empathy-import-utils.h b/src/empathy-import-utils.h
index 59e1cb4d4..d860c4ee8 100644
--- a/src/empathy-import-utils.h
+++ b/src/empathy-import-utils.h
@@ -23,7 +23,6 @@
#define __EMPATHY_IMPORT_UTILS_H__
#include <telepathy-glib/telepathy-glib.h>
-#include <glib.h>
G_BEGIN_DECLS
diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c
index a572ad0c6..86dc95150 100644
--- a/src/empathy-import-widget.c
+++ b/src/empathy-import-widget.c
@@ -27,7 +27,6 @@
#include <glib/gi18n-lib.h>
-#include "empathy-import-dialog.h"
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
diff --git a/src/empathy-import-widget.h b/src/empathy-import-widget.h
index 508706fb8..8e9f32f5a 100644
--- a/src/empathy-import-widget.h
+++ b/src/empathy-import-widget.h
@@ -25,7 +25,6 @@
#ifndef __EMPATHY_IMPORT_WIDGET_H__
#define __EMPATHY_IMPORT_WIDGET_H__
-#include <glib-object.h>
#include <gtk/gtk.h>
#include "empathy-connection-managers.h"
diff --git a/src/empathy-mic-monitor.c b/src/empathy-mic-monitor.c
index 90d1088ff..ae2b0c071 100644
--- a/src/empathy-mic-monitor.c
+++ b/src/empathy-mic-monitor.c
@@ -20,7 +20,6 @@
#include "config.h"
#include "empathy-mic-monitor.h"
-#include <gtk/gtk.h>
#include <pulse/glib-mainloop.h>
#include "empathy-utils.h"
diff --git a/src/empathy-mic-monitor.h b/src/empathy-mic-monitor.h
index 6d545483e..73771681a 100644
--- a/src/empathy-mic-monitor.h
+++ b/src/empathy-mic-monitor.h
@@ -19,7 +19,6 @@
#ifndef __EMPATHY_MIC_MONITOR_H__
#define __EMPATHY_MIC_MONITOR_H__
-#include <glib-object.h>
#include <gio/gio.h>
#include <pulse/pulseaudio.h>
diff --git a/src/empathy-new-chatroom-dialog.h b/src/empathy-new-chatroom-dialog.h
index 9f7796dbe..31212cb56 100644
--- a/src/empathy-new-chatroom-dialog.h
+++ b/src/empathy-new-chatroom-dialog.h
@@ -24,7 +24,6 @@
#ifndef __EMPATHY_NEW_CHATROOM_DIALOG_H__
#define __EMPATHY_NEW_CHATROOM_DIALOG_H__
-#include <glib-object.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/src/empathy-rounded-actor.h b/src/empathy-rounded-actor.h
index 49fc03fd3..29a7797a6 100644
--- a/src/empathy-rounded-actor.h
+++ b/src/empathy-rounded-actor.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_ROUNDED_ACTOR_H__
#define __EMPATHY_ROUNDED_ACTOR_H__
-#include <glib-object.h>
#include <clutter-gtk/clutter-gtk.h>
G_BEGIN_DECLS
diff --git a/src/empathy-rounded-rectangle.h b/src/empathy-rounded-rectangle.h
index e4bf72c6e..b9988d53c 100644
--- a/src/empathy-rounded-rectangle.h
+++ b/src/empathy-rounded-rectangle.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_ROUNDED_RECTANGLE_H__
#define __EMPATHY_ROUNDED_RECTANGLE_H__
-#include <glib-object.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS
diff --git a/src/empathy-rounded-texture.h b/src/empathy-rounded-texture.h
index ab75757dd..c5d870d03 100644
--- a/src/empathy-rounded-texture.h
+++ b/src/empathy-rounded-texture.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_ROUNDED_TEXTURE_H__
#define __EMPATHY_ROUNDED_TEXTURE_H__
-#include <glib-object.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS
diff --git a/src/empathy-status-icon.h b/src/empathy-status-icon.h
index 44a0b1253..586e651e2 100644
--- a/src/empathy-status-icon.h
+++ b/src/empathy-status-icon.h
@@ -22,7 +22,6 @@
#ifndef __EMPATHY_STATUS_ICON_H__
#define __EMPATHY_STATUS_ICON_H__
-#include <glib.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/src/empathy-video-src.h b/src/empathy-video-src.h
index e49c79a00..60127ba2d 100644
--- a/src/empathy-video-src.h
+++ b/src/empathy-video-src.h
@@ -21,7 +21,6 @@
#ifndef __EMPATHY_GST_VIDEO_SRC_H__
#define __EMPATHY_GST_VIDEO_SRC_H__
-#include <glib-object.h>
#include <gst/gst.h>
G_BEGIN_DECLS