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-sanity-cleaning.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/empathy-sanity-cleaning.c') diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c index 8e2234fe1..025c9b841 100644 --- a/src/empathy-sanity-cleaning.c +++ b/src/empathy-sanity-cleaning.c @@ -25,13 +25,13 @@ #include "empathy-sanity-cleaning.h" -#include "libempathy/empathy-gsettings.h" +#include "empathy-gsettings.h" -#include "libempathy-gtk/empathy-theme-manager.h" +#include "empathy-theme-manager.h" #ifdef HAVE_UOA -#include "libempathy/empathy-pkg-kit.h" -#include "libempathy/empathy-uoa-utils.h" +#include "empathy-pkg-kit.h" +#include "empathy-uoa-utils.h" #include #include @@ -39,7 +39,7 @@ #endif #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" /* * This number has to be increased each time a new task is added or modified. -- cgit v1.2.3