projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c30540
)
Eliminate unnecessary include of version.h in manager.c.
author
Kevin P. Fleming
<kpfleming@digium.com>
Fri, 25 Sep 2009 14:50:29 +0000
(14:50 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Fri, 25 Sep 2009 14:50:29 +0000
(14:50 +0000)
Including version.h here causes this file to get recompiled after
every commit or update, which is not needed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@220496
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/manager.c
patch
|
blob
|
history
diff --git
a/main/manager.c
b/main/manager.c
index
1e20574
..
1bd2eae
100644
(file)
--- a/
main/manager.c
+++ b/
main/manager.c
@@
-70,7
+70,6
@@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/ast_version.h"
#include "asterisk/threadstorage.h"
#include "asterisk/linkedlists.h"
-#include "asterisk/version.h"
#include "asterisk/term.h"
#include "asterisk/astobj2.h"
#include "asterisk/features.h"