]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-debug.h
Clean up #include directives in headers
[empathy.git] / libempathy / empathy-debug.h
index cc8eca0a3212f82f1094692bb6353672cfb91280..5a600602bbb8190b349613832801f1dd9191288a 100644 (file)
 #ifndef __EMPATHY_DEBUG_H__
 #define __EMPATHY_DEBUG_H__
 
-#include "config.h"
-
-
 #include <glib.h>
-#include <telepathy-glib/debug.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -44,6 +41,11 @@ typedef enum
   EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10,
   EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
   EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS = 1 << 11,
+  EMPATHY_DEBUG_TESTS = 1 << 12,
+  EMPATHY_DEBUG_VOIP = 1 << 13,
+  EMPATHY_DEBUG_TLS = 1 << 14,
+  EMPATHY_DEBUG_SASL = 1 << 15,
+  EMPATHY_DEBUG_CAMERA = 1 << 16,
 } EmpathyDebugFlags;
 
 gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);