[vlc-devel] commit: BDA: include ordering (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Dec 28 00:34:02 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 28 00:32:58 2009 +0100| [f25b03685261dd43866f829200b7594454036501] | committer: Jean-Baptiste Kempf
BDA: include ordering
This remove unnecessary include and fixes a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f25b03685261dd43866f829200b7594454036501
---
modules/access/bda/bdagraph.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/access/bda/bdagraph.h b/modules/access/bda/bdagraph.h
index 100334c..d6c7e2f 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
{
More information about the vlc-devel
mailing list