Commit f25b0368 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

BDA: include ordering

This remove unnecessary include and fixes a warning
parent 396df1b5
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <queue>
#include "bda.h"
using namespace std; using namespace std;
#ifndef _MSC_VER #ifndef _MSC_VER
...@@ -43,13 +44,13 @@ using namespace std; ...@@ -43,13 +44,13 @@ using namespace std;
/* Work-around a bug in w32api-2.5 */ /* Work-around a bug in w32api-2.5 */
/* # define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE */ /* # define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE */
#endif #endif
/* Needed to call CoInitializeEx */ /* Needed to call CoInitializeEx */
#define _WIN32_DCOM #define _WIN32_DCOM
#include <dshow.h> #include <dshow.h>
#include <comcat.h> #include <comcat.h>
#include "bdadefs.h" #include "bdadefs.h"
#include "bda.h"
class BDAOutput class BDAOutput
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment