From: Kevin P. Fleming Date: Wed, 25 Jan 2012 16:54:21 +0000 (+0000) Subject: Eliminate unnecessary rebuilds of main/format*.c. X-Git-Tag: 10.2.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2ebf6df3b432066c45b67c92f77cc3b4ec2c8a;p=thirdparty%2Fasterisk.git Eliminate unnecessary rebuilds of main/format*.c. These files have no need to include "asterisk/version.h", and doing so forces them to be rebuilt each time a Subversion checkout moves between 'modified' and 'unmodified' states. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352516 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/format.c b/main/format.c index 8d191b4b2b..82e3d26285 100644 --- a/main/format.c +++ b/main/format.c @@ -30,7 +30,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$"); #include "asterisk/_private.h" -#include "asterisk/version.h" #include "asterisk/format.h" #include "asterisk/astobj2.h" #include "asterisk/lock.h" diff --git a/main/format_cap.c b/main/format_cap.c index a3e5131602..bd471d4a7e 100644 --- a/main/format_cap.c +++ b/main/format_cap.c @@ -28,7 +28,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$"); #include "asterisk/_private.h" -#include "asterisk/version.h" #include "asterisk/format.h" #include "asterisk/format_cap.h" #include "asterisk/frame.h" diff --git a/main/format_pref.c b/main/format_pref.c index f24dbec27e..852b650350 100644 --- a/main/format_pref.c +++ b/main/format_pref.c @@ -26,7 +26,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$"); #include "asterisk/_private.h" -#include "asterisk/version.h" #include "asterisk/frame.h" #include "asterisk/channel.h" #include "asterisk/utils.h"