]> git.sesse.net Git - vlc/commitdiff
Fix misplaced include (triggered error on win32 build only ... weird)
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 18:06:20 +0000 (18:06 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 18:06:20 +0000 (18:06 +0000)
modules/gui/wxwidgets/dialogs/updatevlc.cpp
modules/gui/wxwidgets/dialogs/updatevlc.hpp

index 790b6fa7dc81fe4344ab7ed7afb48bad72f0fec1..1ff58c48f2dbe6b5ef3df4ebac2a438dd091b4e1 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include "updatevlc.hpp"
-#include <wx/listctrl.h>
 #include <wx/imaglist.h>
 #include <wx/thread.h>
 
index 70262b87f58e12b501597d6561b009762d87cdb2..cc069acd4e2c6842207532454e5f8170a1ea927a 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "wxwidgets.hpp"
 #include <wx/treectrl.h>
+#include <wx/listctrl.h>
 
 class wxTreeCtrl;