From 69bc9ea5a935f03e3be9c97686120af7adc0e176 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 15:58:41 -0400 Subject: Move toolbar widget source files to src/toolbars/ And move navigation toolbar item widget source files to src/toolbars/navigation/. --- (limited to 'src/tab.c') diff --git a/src/tab.c b/src/tab.c index bae726d..bb2e921 100644 --- a/src/tab.c +++ b/src/tab.c @@ -25,8 +25,8 @@ #include -#include "find-toolbar.h" -#include "navigation-toolbar.h" +#include "toolbars/find-toolbar.h" +#include "toolbars/navigation-toolbar.h" #include "web-view.h" static void -- cgit v0.9.1