Remove unneeded includes

This commit is contained in:
Martin Kleusberg
2019-10-07 18:18:08 +02:00
parent 4e8eff7af0
commit 252484b486
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
#include <QTextStream>
#include <QWhatsThis>
#include <QMessageBox>
#include <QStandardItemModel>
#include <QPersistentModelIndex>
#include <QDragEnterEvent>
#include <QScrollBar>

View File

@@ -21,7 +21,6 @@
#include <algorithm>
#include <cctype>
#include <json.hpp>
#include <regex>
using json = nlohmann::json;