]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/open.cpp
* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird...
[vlc] / modules / gui / wxwidgets / dialogs / open.cpp
index b30fe5044b76bdc82c21ef4d9faa75e114c7dc82..dc10cfeec349c57986cf50ed19ce45aad1a4f18d 100644 (file)
@@ -51,9 +51,6 @@
 #include <wx/statline.h>
 #include <wx/tokenzr.h>
 
-#include <vector>
-
-
 #ifndef wxRB_SINGLE
 #   define wxRB_SINGLE 0
 #endif