diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-04-26 18:07:05 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-29 13:03:31 -0700 |
commit | 8165abf2e7267e624e6e4754dbe6c3af3dbe17a7 (patch) | |
tree | 2e17d83ee2b575063b5185525b91a76e732d8172 /desktop-widgets/templatelayout.cpp | |
parent | d498fcad61253591c653e6285173b653483926bf (diff) | |
download | subsurface-8165abf2e7267e624e6e4754dbe6c3af3dbe17a7.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/templatelayout.cpp')
-rw-r--r-- | desktop-widgets/templatelayout.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/templatelayout.cpp b/desktop-widgets/templatelayout.cpp index 06039dbf2..060fc0ace 100644 --- a/desktop-widgets/templatelayout.cpp +++ b/desktop-widgets/templatelayout.cpp @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 #include <QFileDevice> -#include <string> #include <list> #include "templatelayout.h" |