projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf2c671
)
cosmetics: Move all #includes together at the beginning of the file.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 30 Jan 2009 18:46:39 +0000
(18:46 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 30 Jan 2009 18:46:39 +0000
(18:46 +0000)
Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index
bd2ce5c
..
63d14a5
100644
(file)
--- a/
libavutil/internal.h
+++ b/
libavutil/internal.h
@@
-34,6
+34,7
@@
#include <stdint.h>
#include <stddef.h>
#include <assert.h>
+#include "config.h"
#include "common.h"
#include "timer.h"
@@
-97,8
+98,6
@@
# define PIC
#endif
-#include "config.h"
-
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif