From f25b03685261dd43866f829200b7594454036501 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Mon, 28 Dec 2009 00:32:58 +0100 Subject: [PATCH] BDA: include ordering This remove unnecessary include and fixes a warning --- modules/access/bda/bdagraph.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/access/bda/bdagraph.h b/modules/access/bda/bdagraph.h index 100334c1ae4d..d6c7e2fc9660 100644 --- a/modules/access/bda/bdagraph.h +++ b/modules/access/bda/bdagraph.h @@ -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 { -- GitLab