]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/vlc_dshow.h
DShow: cleaning and cosmetics
[vlc] / modules / access / dshow / vlc_dshow.h
index c0a9162c6fe78b38d36053b35d2243a96eec55a0..5597d84257a252b23accf8f72652bcef4105aeb1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
- * common.h : DirectShow access module for vlc
+ * vlc_dshow.h : DirectShow access module for vlc
  *****************************************************************************
- * Copyright (C) 2002, 2004, 2010 the VideoLAN team
+ * Copyright (C) 2002, 2004, 2010-2011 the VideoLAN team
  * $Id$
  *
  * Author: Gildas Bazin <gbazin@videolan.org>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string>
-#include <list>
-#include <deque>
-using namespace std;
 
 #ifndef _MSC_VER
 #   include <wtypes.h>