Skinny: simplify header inclusions

thanks to Frank Seesink on MODSKINNY-6
This commit is contained in:
Mathieu Parent 2010-05-26 10:45:52 +02:00
parent 96a630e454
commit 7566575523
1 changed files with 2 additions and 5 deletions

View File

@ -29,15 +29,12 @@
* skinny_protocol.h -- Skinny Call Control Protocol (SCCP) Endpoint Module
*
*/
#ifndef _MOD_SKINNY_H
/* mod_skinny.h should be loaded first */
#include "mod_skinny.h"
#endif /* _MOD_SKINNY_H */
#ifndef _SKINNY_PROTOCOL_H
#define _SKINNY_PROTOCOL_H
#include <switch.h>
/* mod_skinny.h should be loaded first */
#include "mod_skinny.h"
/*****************************************************************************/
/* SKINNY MESSAGE DATA */