From: Luigi Rizzo Date: Fri, 16 Nov 2007 21:23:50 +0000 (+0000) Subject: logger.h does not need options.h X-Git-Tag: 1.6.0-beta1~3^2~840 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89ffa642a1f9744e7743faee23f794114c0d72be;p=thirdparty%2Fasterisk.git logger.h does not need options.h git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89338 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h index 62c970713d..544fcc3d42 100644 --- a/include/asterisk/logger.h +++ b/include/asterisk/logger.h @@ -25,8 +25,6 @@ #ifndef _ASTERISK_LOGGER_H #define _ASTERISK_LOGGER_H -#include "asterisk/options.h" - #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif