]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Eliminate unnecessary rebuilds of main/format*.c.
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 25 Jan 2012 16:54:21 +0000 (16:54 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 25 Jan 2012 16:54:21 +0000 (16:54 +0000)
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

main/format.c
main/format_cap.c
main/format_pref.c

index 8d191b4b2b98e5d998d5c68d53184917452de79c..82e3d2628561e4a39d1ad050142409a917540ebe 100644 (file)
@@ -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"
index a3e5131602304e65c434823f76e70e817d1cece4..bd471d4a7e8890cc446f7eca4475b4757d999f61 100644 (file)
@@ -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"
index f24dbec27e7f947fec3d5dd83a9259d6ec1f9327..852b650350f32df1437d06d30ac0c66878eace86 100644 (file)
@@ -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"