Moved header includes to slpd.c
This commit is contained in:
parent
557adb0695
commit
0bfcf46e94
2 changed files with 7 additions and 7 deletions
|
@ -17,6 +17,13 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include "conf.h"
|
||||
#include "logger.h"
|
||||
#include "utils.h"
|
||||
#include "xalloc.h"
|
||||
|
||||
#include "slpd.h"
|
||||
|
||||
char *my_slpd_port;
|
||||
|
|
|
@ -17,13 +17,6 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include "conf.h"
|
||||
#include "logger.h"
|
||||
#include "utils.h"
|
||||
#include "xalloc.h"
|
||||
|
||||
#define DEFAULT_SLPD_GROUP "ff02::42:1"
|
||||
#define DEFAULT_SLPD_PORT "1655"
|
||||
#define DEFAULT_SLPD_EXPIRE 300
|
||||
|
|
Loading…
Reference in a new issue