diff options
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index cc9a48299..cf2dbdf77 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -28,12 +28,12 @@ #include <glib/gi18n-lib.h> -#include "libempathy/empathy-presence-manager.h" -#include "libempathy/empathy-utils.h" -#include "libempathy/empathy-status-presets.h" +#include "empathy-presence-manager.h" +#include "empathy-utils.h" +#include "empathy-status-presets.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #include "empathy-ui-utils.h" #include "empathy-presence-chooser.h" |