Skip to content

Commit 1565265

Browse files
committed
clazy: Remove unnecessary include of the QtGui header file.
This unnecessary includes pulls in *all* of the headers from the QtGui and QtCore directories.
1 parent 63a3415 commit 1565265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythtv/programs/mythccextractor/mythccextractor.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <QtGlobal>
88
#include <QCoreApplication>
99
#include <QString>
10-
#include <QtGui>
1110

1211
// MythTV headers
1312
#include "libmyth/mythcontext.h"

0 commit comments

Comments
 (0)