use double-quotes instead of angle-brackets for non-system include files (bug #4058)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-04-21 06:02:45 +00:00
parent 35f2e4b8ae
commit 1f9ab2380a
224 changed files with 1849 additions and 1846 deletions

View File

@@ -17,14 +17,14 @@
#ifdef SOLARIS
#include <solaris-compat/compat.h>
#endif
#include <asterisk/frame.h>
#include <asterisk/sched.h>
#include <asterisk/chanvars.h>
#include "asterisk/frame.h"
#include "asterisk/sched.h"
#include "asterisk/chanvars.h"
#include <unistd.h>
#include <setjmp.h>
#if defined(__APPLE__)
#include <asterisk/poll-compat.h>
#include "asterisk/poll-compat.h"
#else
#include <sys/poll.h>
#endif
@@ -33,14 +33,14 @@
extern "C" {
#endif
#include <asterisk/lock.h>
#include "asterisk/lock.h"
/*! Max length of an extension */
#define AST_MAX_EXTENSION 80
#include <asterisk/cdr.h>
#include <asterisk/monitor.h>
#include <asterisk/utils.h>
#include "asterisk/cdr.h"
#include "asterisk/monitor.h"
#include "asterisk/utils.h"
#define AST_CHANNEL_NAME 80