From 4ee9e5c27ce1788db42728ace2df2b4c6aa9ceed Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 25 May 2020 13:03:49 +0200 Subject: Improve compile times a tiny bit --- src/emoji/Category.cpp | 3 +++ src/emoji/Category.h | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'src/emoji') diff --git a/src/emoji/Category.cpp b/src/emoji/Category.cpp index e674e9db..5197c474 100644 --- a/src/emoji/Category.cpp +++ b/src/emoji/Category.cpp @@ -15,9 +15,12 @@ * along with this program. If not, see . */ +#include +#include #include #include #include +#include #include "Config.h" diff --git a/src/emoji/Category.h b/src/emoji/Category.h index 2f39d621..79e616ee 100644 --- a/src/emoji/Category.h +++ b/src/emoji/Category.h @@ -18,13 +18,14 @@ #pragma once #include -#include -#include -#include -#include #include "ItemDelegate.h" +class QLabel; +class QListView; +class QStandardItemModel; +class QVBoxLayout; + namespace emoji { class Category : public QWidget -- cgit 1.5.1