From 82c701b0eb3305b48656ef46dfb8ee17165bf8dd Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 6 Sep 2007 19:59:07 +0000 Subject: [PATCH] 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/branches/1.4@81778 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astobj2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index 484cbd92e0..e492606972 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.