From 15460fa9ae4e6a19e8b6e971014deb50746d90ee Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Thu, 28 Mar 2013 12:32:45 +0100 Subject: Use a flat namespace for internal includes Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950 --- src/empathy-event-manager.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/empathy-event-manager.c') diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index f95e76baf..c0b802d3b 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -23,23 +23,23 @@ #include -#include "libempathy/empathy-presence-manager.h" -#include "libempathy/empathy-connection-aggregator.h" -#include "libempathy/empathy-tp-chat.h" -#include "libempathy/empathy-utils.h" -#include "libempathy/empathy-gsettings.h" -#include "libempathy/empathy-sasl-mechanisms.h" - -#include "libempathy-gtk/empathy-images.h" -#include "libempathy-gtk/empathy-sound-manager.h" -#include "libempathy-gtk/empathy-ui-utils.h" -#include "libempathy-gtk/empathy-call-utils.h" -#include "libempathy-gtk/empathy-subscription-dialog.h" +#include "empathy-presence-manager.h" +#include "empathy-connection-aggregator.h" +#include "empathy-tp-chat.h" +#include "empathy-utils.h" +#include "empathy-gsettings.h" +#include "empathy-sasl-mechanisms.h" + +#include "empathy-images.h" +#include "empathy-sound-manager.h" +#include "empathy-ui-utils.h" +#include "empathy-call-utils.h" +#include "empathy-subscription-dialog.h" #include "empathy-event-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyEventManager) -- cgit v1.2.3