[SCM] libav/experimental: cosmetics: Move all #includes together at the beginning of the file.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:23 UTC 2013


The following commit has been merged in the experimental branch:
commit dbef3f46b9d112766f2a773a19a0ed86d6e130f8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jan 30 18:46:39 2009 +0000

    cosmetics: Move all #includes together at the beginning of the file.
    
    Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/internal.h b/libavutil/internal.h
index bd2ce5c..63d14a5 100644
--- 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list