]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
Use double quotes for all internal headers
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index e5c3aa1faf76d88a97dc35feb193747e3d1c2d08..7c505c6681af57374fd1740721313124f45ec40a 100644 (file)
 
 #include <folks/folks.h>
 
-#include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-ft-handler.h>
+#include "libempathy/empathy-contact.h"
+#include "libempathy/empathy-ft-handler.h"
 
 G_BEGIN_DECLS
 
+#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
+
 #define EMPATHY_RECT_IS_ON_SCREEN(x,y,w,h) ((x) + (w) > 0 && \
               (y) + (h) > 0 && \
               (x) < gdk_screen_width () && \