From 78d0a87004292a2822fef879b1d7f272550d2f67 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 16 Sep 2015 10:50:53 +0200 Subject: [PATCH] (record_ffmpeg.c) Style nits --- record/drivers/record_ffmpeg.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/record/drivers/record_ffmpeg.c b/record/drivers/record_ffmpeg.c index b7ede1655c..06ba016f12 100644 --- a/record/drivers/record_ffmpeg.c +++ b/record/drivers/record_ffmpeg.c @@ -14,7 +14,6 @@ * If not, see . */ -#include #ifdef HAVE_CONFIG_H #include "../../config.h" @@ -30,12 +29,6 @@ #include #endif -#include -#include -#include -#include -#include - #ifdef __cplusplus extern "C" { #endif @@ -58,6 +51,14 @@ extern "C" { } #endif +#include + +#include +#include +#include +#include +#include + #include "../../general.h" #include "../../audio/audio_utils.h" #include "../record_driver.h" @@ -1428,4 +1429,3 @@ const record_driver_t ffemu_ffmpeg = { ffmpeg_finalize, "ffmpeg", }; -