changeset 639:19d5f5c17725 libavutil

cosmetics: Move all #includes together at the beginning of the file.
author diego
date Fri, 30 Jan 2009 18:46:39 +0000
parents ccbcf7872a78
children 48119878cea3
files internal.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Thu Jan 29 22:12:36 2009 +0000
+++ b/internal.h	Fri Jan 30 18:46:39 2009 +0000
@@ -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