Commit 72e69601 authored by diego's avatar diego

cosmetics: Move all #includes together at the beginning of the file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f149766d
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include <assert.h> #include <assert.h>
#include "config.h"
#include "common.h" #include "common.h"
#include "timer.h" #include "timer.h"
...@@ -97,8 +98,6 @@ ...@@ -97,8 +98,6 @@
# define PIC # define PIC
#endif #endif
#include "config.h"
#ifndef offsetof #ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F)) # define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment