summaryrefslogtreecommitdiffstats
path: root/src/tab-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-label.h')
-rw-r--r--src/tab-label.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tab-label.h b/src/tab-label.h
index d7545b2..df760b5 100644
--- a/src/tab-label.h
+++ b/src/tab-label.h
@@ -19,12 +19,12 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-typedef struct _MqTabLabel MqTabLabel;
-typedef struct _MqTabLabelClass MqTabLabelClass;
-
#ifndef MQ_TAB_LABEL_H
#define MQ_TAB_LABEL_H
+typedef struct _MqTabLabel MqTabLabel;
+typedef struct _MqTabLabelClass MqTabLabelClass;
+
#include <glib.h>
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>