mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Remove astobj.h from some places where it wasn't needed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,7 +54,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/utils.h"
|
||||
#include "asterisk/translate.h"
|
||||
#include "asterisk/ulaw.h"
|
||||
#include "asterisk/astobj.h"
|
||||
#include "asterisk/devicestate.h"
|
||||
#include "asterisk/dial.h"
|
||||
#include "asterisk/causes.h"
|
||||
|
@@ -155,7 +155,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
|
||||
#include "asterisk/paths.h" /* use various paths */
|
||||
#include "asterisk/astobj.h"
|
||||
#include "asterisk/lock.h"
|
||||
#include "asterisk/file.h"
|
||||
#include "asterisk/channel.h"
|
||||
|
@@ -30,7 +30,6 @@ extern "C" {
|
||||
|
||||
#include "asterisk/network.h"
|
||||
#include "asterisk/io.h"
|
||||
#include "asterisk/astobj.h"
|
||||
|
||||
struct ast_netsock;
|
||||
|
||||
|
@@ -35,6 +35,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
#include "asterisk/netsock.h"
|
||||
#include "asterisk/utils.h"
|
||||
#include "asterisk/astobj.h"
|
||||
|
||||
struct ast_netsock {
|
||||
ASTOBJ_COMPONENTS(struct ast_netsock);
|
||||
|
Reference in New Issue
Block a user