From 2acb5e10b9a3145192b3624896672073faa24385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 8 Mar 2010 21:28:58 +0000 Subject: [PATCH] Merge two adjacent ifdef blocks Originally committed as revision 22347 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index 0ba6911f5f..010fe4cbc3 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -38,9 +38,6 @@ #ifdef HAVE_AV_CONFIG_H #include "config.h" -#endif - -#ifdef HAVE_AV_CONFIG_H # include "intmath.h" #endif