summaryrefslogtreecommitdiffstats
path: root/src/uri-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri-entry.c')
-rw-r--r--src/uri-entry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uri-entry.c b/src/uri-entry.c
index e91492f..1dcf4c9 100644
--- a/src/uri-entry.c
+++ b/src/uri-entry.c
@@ -19,11 +19,12 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "uri-entry.h"
+
#include <glib.h>
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-#include "uri-entry.h"
#include "web-view.h"
struct _MqUriEntry {