aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-debug-window.h')
-rw-r--r--src/empathy-debug-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-debug-window.h b/src/empathy-debug-window.h
index 42bb43ef7..5269bcfc5 100644
--- a/src/empathy-debug-window.h
+++ b/src/empathy-debug-window.h
@@ -21,11 +21,11 @@
#ifndef __EMPATHY_DEBUG_WINDOW_H__
#define __EMPATHY_DEBUG_WINDOW_H__
-G_BEGIN_DECLS
-
#include <glib-object.h>
#include <gtk/gtk.h>
+G_BEGIN_DECLS
+
#define EMPATHY_TYPE_DEBUG_WINDOW (empathy_debug_window_get_type ())
#define EMPATHY_DEBUG_WINDOW(object) (G_TYPE_CHECK_INSTANCE_CAST \
((object), EMPATHY_TYPE_DEBUG_WINDOW, EmpathyDebugWindow))