From 8cb6f64820b4bf39c64803db21a58e135465ff4f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 13 Apr 2020 21:34:47 +0300 Subject: Move smolbote headers to include/smolbote Headers will be installed to include/smolbote/ --- src/subwindow/subwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subwindow') diff --git a/src/subwindow/subwindow.h b/src/subwindow/subwindow.h index 02f50d0..5bd91cb 100644 --- a/src/subwindow/subwindow.h +++ b/src/subwindow/subwindow.h @@ -9,7 +9,7 @@ #ifndef SMOLBOTE_SUBWINDOW_H #define SMOLBOTE_SUBWINDOW_H -#include "session.hpp" +#include "smolbote/session.hpp" #include "tabwidget.h" #include "webengine/webview.h" #include -- cgit v1.2.1