Browse Source

intreadwrite: common.h is not needed, attributes.h is sufficient

Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
7918375f88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/intreadwrite.h

+ 1
- 1
libavutil/intreadwrite.h View File

@@ -21,8 +21,8 @@

#include <stdint.h>
#include "config.h"
#include "attributes.h"
#include "bswap.h"
#include "common.h"

typedef union {
uint64_t u64;


Loading…
Cancel
Save