]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/smc.c
Remove unneeded avio wrapper functions.
[ffmpeg] / libavcodec / smc.c
index 7a617ec7d84ad18ce90bd2958a40fad488add101..78f130cf3ad43fc4928ead637c9f92dbe703f725 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
@@ -34,7 +33,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"