]> git.sesse.net Git - vlc/blobdiff - modules/access/decklink.cpp
Remove a bunch of unneeded includes.
[vlc] / modules / access / decklink.cpp
index 78aa91dd7b92f9b9305b9ffab8e3c32232cfb56b..79f1d958b99a1c833e0127484505e1516228062d 100644 (file)
  *
  *****************************************************************************/
 
+#define __STDC_CONSTANT_MACROS 1
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#ifndef INT64_C
-#define INT64_C(c) c ## LL
-#endif
-
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_input.h>
 #include <vlc_demux.h>
-#include <vlc_access.h>
-#include <vlc_picture.h>
-#include <vlc_charset.h>
-#include <vlc_fs.h>
 #include <vlc_atomic.h>
 
 #include <arpa/inet.h>