]> git.sesse.net Git - vlc/commitdiff
BDA: include ordering
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Dec 2009 23:32:58 +0000 (00:32 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Dec 2009 23:32:58 +0000 (00:32 +0100)
This remove unnecessary include and fixes a warning

modules/access/bda/bdagraph.h

index 100334c1ae4d60932baec88c0df22caeaddbd73e..d6c7e2fc9660249ddb40099bdc8c1fe73344ae53 100644 (file)
@@ -23,7 +23,8 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <queue>
+
+#include "bda.h"
 
 using namespace std;
 #ifndef _MSC_VER
@@ -43,13 +44,13 @@ using namespace std;
 /* Work-around a bug in w32api-2.5 */
 /* #   define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE */
 #endif
+
 /* Needed to call CoInitializeEx */
 #define _WIN32_DCOM
 
 #include <dshow.h>
 #include <comcat.h>
 #include "bdadefs.h"
-#include "bda.h"
 
 class BDAOutput
 {