[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: renderer_manager: remove duplicated include
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Apr 30 09:36:12 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
cad5fb56 by Johannes Kauffmann at 2023-04-30T08:04:11+00:00
qt: renderer_manager: remove duplicated include
Also reorder the includes somewhat to include config.h first.
- - - - -
2a865dc2 by Johannes Kauffmann at 2023-04-30T08:04:11+00:00
qt/prefs: remove duplicated include
- - - - -
2 changed files:
- modules/gui/qt/dialogs/preferences/preferences.cpp
- modules/gui/qt/util/renderer_manager.cpp
Changes:
=====================================
modules/gui/qt/dialogs/preferences/preferences.cpp
=====================================
@@ -26,7 +26,6 @@
#endif
#include "dialogs/preferences/preferences.hpp"
-#include "widgets/native/qvlcframe.hpp"
#include "dialogs/errors/errors.hpp"
#include "expert_view.hpp"
=====================================
modules/gui/qt/util/renderer_manager.cpp
=====================================
@@ -1,13 +1,11 @@
-#include "renderer_manager.hpp"
-
-#include <vlc_player.h>
-
-#include <QApplication>
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include "renderer_manager.hpp"
+
+#include <QApplication>
+
#include <vlc_common.h>
#include <vlc_renderer_discovery.h>
#include <vlc_player.h>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d4841a3d06de08071cb68fe40138a476238c7571...2a865dc2ad08b897b1c2250e8d901a2ce5d607ee
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d4841a3d06de08071cb68fe40138a476238c7571...2a865dc2ad08b897b1c2250e8d901a2ce5d607ee
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list