summaryrefslogtreecommitdiff
path: root/libavdevice/libdc1394.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-15 16:17:02 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-15 16:17:02 +0000
commit63d026b1bf6d5cb7d93b97f650631188b7dd5424 (patch)
treee98bcf56fbcc9c6f2372392d3239976768ba0995 /libavdevice/libdc1394.c
parentbd1071363648638a1a2d958edb70e8ca83ec4138 (diff)
cosmetics: #include config.h before all other FFmpeg headers.
Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/libdc1394.c')
-rw-r--r--libavdevice/libdc1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/libdc1394.c b/libavdevice/libdc1394.c
index 1227aed5e9..36257f083c 100644
--- a/libavdevice/libdc1394.c
+++ b/libavdevice/libdc1394.c
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "avformat.h"
#include "config.h"
+#include "avformat.h"
#if ENABLE_LIBDC1394_2
#include <dc1394/dc1394.h>