[vlc-commits] Qt: useless #includes
Ludovic Fauvet
git at videolan.org
Wed Jul 10 18:18:24 CEST 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jul 10 17:10:23 2013 +0200| [da653b5f54e5d5aed3fa4e3b332cac55334fee58] | committer: Ludovic Fauvet
Qt: useless #includes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da653b5f54e5d5aed3fa4e3b332cac55334fee58
---
modules/gui/qt4/components/extended_panels.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 74fc7b3..532e811 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -50,13 +50,10 @@
#include "util/customwidgets.hpp"
#include "../../audio_filter/equalizer_presets.h"
-#include <vlc_intf_strings.h>
#include <vlc_vout.h>
#include <vlc_modules.h>
#include <vlc_plugin.h>
-#include <vlc_charset.h> /* us_strtod */
-
static char *ChangeFiltersString( struct intf_thread_t *p_intf, const char *psz_filter_type, const char *psz_name, bool b_add );
static void ChangeAFiltersString( struct intf_thread_t *p_intf, const char *psz_name, bool b_add );
static void ChangeVFiltersString( struct intf_thread_t *p_intf, const char *psz_name, bool b_add );
More information about the vlc-commits
mailing list