diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/cheese-camera-device-monitor.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-account-settings.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-connection-managers.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-pkg-kit.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-request-util.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libempathy/cheese-camera-device-monitor.c b/libempathy/cheese-camera-device-monitor.c index 6f9627da9..0e868f2b6 100644 --- a/libempathy/cheese-camera-device-monitor.c +++ b/libempathy/cheese-camera-device-monitor.c @@ -69,7 +69,7 @@ G_DEFINE_TYPE (EmpathyCameraDeviceMonitor, empathy_camera_device_monitor, G_TYPE #define EMPATHY_CAMERA_DEVICE_MONITOR_ERROR empathy_camera_device_monitor_error_quark () #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" enum EmpathyCameraDeviceMonitorError { diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index d77a8b08a..1a1391e16 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -27,7 +27,7 @@ #include "empathy-presence-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountSettings) diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c index 88ff1d675..6f2cd8c53 100644 --- a/libempathy/empathy-connection-managers.c +++ b/libempathy/empathy-connection-managers.c @@ -24,7 +24,7 @@ #include "empathy-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" static GObject *managers = NULL; diff --git a/libempathy/empathy-pkg-kit.c b/libempathy/empathy-pkg-kit.c index 312c24a4a..c00ae52a8 100644 --- a/libempathy/empathy-pkg-kit.c +++ b/libempathy/empathy-pkg-kit.c @@ -20,7 +20,7 @@ #include "config.h" -#include "libempathy/empathy-pkg-kit.h" +#include "empathy-pkg-kit.h" typedef struct { diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index 6423fe19a..d7b53c82c 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -24,7 +24,7 @@ #include "empathy-request-util.h" #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" void empathy_chat_with_contact (EmpathyContact *contact, |