Browse Source

Drop unnecessary intreadwrite.h and bswap.h #includes.

Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
ff8769e205
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavutil/internal.h

+ 0
- 2
libavutil/internal.h View File

@@ -96,8 +96,6 @@
#endif

#include "config.h"
#include "intreadwrite.h"
#include "bswap.h"

#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))


Loading…
Cancel
Save