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 --- libempathy-gtk/empathy-individual-widget.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy-gtk/empathy-individual-widget.c') diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index 87be31f26..371ddb1b0 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -28,9 +28,9 @@ #include #endif -#include "libempathy/empathy-utils.h" -#include "libempathy/empathy-location.h" -#include "libempathy/empathy-time.h" +#include "empathy-utils.h" +#include "empathy-location.h" +#include "empathy-time.h" #include "empathy-avatar-image.h" #include "empathy-contactinfo-utils.h" @@ -39,7 +39,7 @@ #include "empathy-ui-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" /** * SECTION:empathy-individual-widget -- cgit v1.2.3