]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwindows/bookmarks.cpp: compilation fix.
authorGildas Bazin <gbazin@videolan.org>
Wed, 9 Jun 2004 09:57:35 +0000 (09:57 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 9 Jun 2004 09:57:35 +0000 (09:57 +0000)
modules/gui/wxwindows/bookmarks.cpp

index 57827d028371a45334d78952bbbe8397c290f2fe..9dbd58463bf9da03828efb262bc3b7a00c03566e 100644 (file)
@@ -32,9 +32,8 @@
 #include <vlc/vlc.h>
 #include <vlc/intf.h>
 
-#include <wx/dialog.h>
-
 #include "wxwindows.h"
+#include <wx/dialog.h>
 
 /* Callback prototype */
 static int PlaylistChanged( vlc_object_t *, const char *,