summaryrefslogtreecommitdiffstats
path: root/src/stop-reload-button.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 15:40:30 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 15:40:30 (EDT)
commit85687e733b1ac56f9c943bcd401c1a3ae6580b29 (patch)
tree37c3a0d3dabbc8e5c0d9281d38769bcb69184be5 /src/stop-reload-button.h
parentff321bb10e8eacdef7508cd9b7caf57739b18658 (diff)
downloadmarquee-85687e733b1ac56f9c943bcd401c1a3ae6580b29.zip
marquee-85687e733b1ac56f9c943bcd401c1a3ae6580b29.tar.gz
marquee-85687e733b1ac56f9c943bcd401c1a3ae6580b29.tar.bz2
src/*.h: Standardize, reorder, and fix #include directives
Diffstat (limited to 'src/stop-reload-button.h')
-rw-r--r--src/stop-reload-button.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stop-reload-button.h b/src/stop-reload-button.h
index 3d76340..9158782 100644
--- a/src/stop-reload-button.h
+++ b/src/stop-reload-button.h
@@ -25,10 +25,9 @@ typedef struct _MqStopReloadButtonClass MqStopReloadButtonClass;
#ifndef MQ_STOP_RELOAD_BUTTON_H
#define MQ_STOP_RELOAD_BUTTON_H
+#include <glib.h>
#include <gtk/gtk.h>
-#include "tab.h"
-#include "find-toolbar.h"
#include "web-view.h"
G_BEGIN_DECLS