[vlc-commits] qt: remove useless #include
Rémi Denis-Courmont
git at videolan.org
Tue Mar 12 19:34:48 CET 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 12 20:32:15 2019 +0200| [12810ad035b4b6d4dcf165203e17c41ddba6b0a6] | committer: Rémi Denis-Courmont
qt: remove useless #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12810ad035b4b6d4dcf165203e17c41ddba6b0a6
---
modules/gui/qt/dialogs/external.hpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt/dialogs/external.hpp b/modules/gui/qt/dialogs/external.hpp
index 64696e4597..00e25ce3ee 100644
--- a/modules/gui/qt/dialogs/external.hpp
+++ b/modules/gui/qt/dialogs/external.hpp
@@ -30,7 +30,6 @@
#include <QMap>
#include <vlc_common.h>
#include <vlc_dialog.h>
-#include "adapters/variables.hpp"
struct intf_thread_t;
class QProgressDialog;
More information about the vlc-commits
mailing list