summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-09-06 20:00:08 +0000
committerJason Parker <jparker@digium.com>2007-09-06 20:00:08 +0000
commit9f865889a256b59b1b95449fdd406cea1125fd4a (patch)
tree65664ea9aaff5b15a8240e0e8f61893c69316acd /include
parent8c8979936d56509c7aeeebd5a25f11b5c79e6e7a (diff)
Merged revisions 81778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81778 | qwell | 2007-09-06 14:59:07 -0500 (Thu, 06 Sep 2007) | 2 lines This should fix a build issue that people building against uClibc were seeing with the addition of astobj2 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/astobj2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index eb8945f58..bef3c9a79 100644
--- a/include/asterisk/astobj2.h
+++ b/include/asterisk/astobj2.h
@@ -17,8 +17,6 @@
#ifndef _ASTERISK_ASTOBJ2_H
#define _ASTERISK_ASTOBJ2_H
-#include "asterisk/lock.h"
-
/*! \file
*
* \brief Object Model implementing objects and containers.