From 89ffa642a1f9744e7743faee23f794114c0d72be Mon Sep 17 00:00:00 2001 From: Luigi Rizzo <rizzo@icir.org> Date: Fri, 16 Nov 2007 21:23:50 +0000 Subject: [PATCH] logger.h does not need options.h git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89338 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/logger.h | 2 -- 1 file changed, 2 deletions(-) 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 -- GitLab