diff options
Diffstat (limited to 'Protocols/IAX/commons.h')
-rw-r--r-- | Protocols/IAX/commons.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Protocols/IAX/commons.h b/Protocols/IAX/commons.h index 3f5e762..2203660 100644 --- a/Protocols/IAX/commons.h +++ b/Protocols/IAX/commons.h @@ -70,8 +70,6 @@ Boston, MA 02111-1307, USA. #include <iaxclient.h>
#include "resource.h"
-#include "m_iax.h"
-#include "options.h"
#include "IAXProto.h"
@@ -85,7 +83,6 @@ extern OBJLIST<IAXProto> instances; #define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )
#define MIR_FREE(_X_) if (_X_ != NULL) { mir_free(_X_); _X_ = NULL; }
-#define RELEASE(_X_) if (_X_ != NULL) { _X_->Release(); _X_ = NULL; }
|