Moved header includes to slpd.c

This commit is contained in:
thorkill 2017-04-28 10:16:40 +02:00
parent 557adb0695
commit 0bfcf46e94
2 changed files with 7 additions and 7 deletions

View file

@ -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;

View file

@ -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