aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 19:59:07 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 19:59:07 +0000
commitfbe95dd089d7a4bf1f70df13350889c4211ebd4d (patch)
treebe7b3fd146bf53dcafb799879631871bc4fab447 /include
parent2107b6c595df86d315687295c66eba5f344083c6 (diff)
This should fix a build issue that people building against uClibc were seeing with the addition of astobj2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81778 f38db490-d61c-443f-a65b-d21fe96a405b
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 484cbd92e..e49260697 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.