Cleanup: remove stale include in desktop-widgets/templatelayout.cpp

Including <string> is not necessary in this file.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-04-26 18:07:05 +02:00 committed by Dirk Hohndel
parent d498fcad61
commit 8165abf2e7

View file

@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
#include <QFileDevice>
#include <string>
#include <list>
#include "templatelayout.h"