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/ --- staging/adblock/plugin/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staging/adblock/plugin/plugin.h') diff --git a/staging/adblock/plugin/plugin.h b/staging/adblock/plugin/plugin.h index 1ca51aa..db419bd 100644 --- a/staging/adblock/plugin/plugin.h +++ b/staging/adblock/plugin/plugin.h @@ -9,7 +9,7 @@ #ifndef ADBLOCKPLUSFILTER_PLUGIN_H #define ADBLOCKPLUSFILTER_PLUGIN_H -#include +#include class AdblockPlusFilterPlugin : public QObject, public FilterPlugin { -- cgit v1.2.1