Browse Source

cmdutils: drop libavformat/network.h include

It is not a public header and has not been used since
10173c0e58
tags/n4.3
Anton Khirnov 8 years ago
parent
commit
8cfab9fa8c
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      fftools/cmdutils.c

+ 0
- 3
fftools/cmdutils.c View File

@@ -55,9 +55,6 @@
#include "libavutil/ffversion.h"
#include "libavutil/version.h"
#include "cmdutils.h"
#if CONFIG_NETWORK
#include "libavformat/network.h"
#endif
#if HAVE_SYS_RESOURCE_H
#include <sys/time.h>
#include <sys/resource.h>


Loading…
Cancel
Save