X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fdhcpd-pools.c;h=232ed946d31852e97baa9c53d02b4bcd0d8a5f2a;hb=e299e7fce261036090d78547a91cfeb840d5a6ce;hp=abcb8ca1f7d6067d295f6214cb5145dbf8f16915;hpb=4c9f177b2ea35eed95226e8c461855a927716418;p=debian%2Fdhcpd-pools.git diff --git a/src/dhcpd-pools.c b/src/dhcpd-pools.c index abcb8ca..232ed94 100644 --- a/src/dhcpd-pools.c +++ b/src/dhcpd-pools.c @@ -20,9 +20,6 @@ #endif #include -#ifdef HAVE_UNISTD_H -#include -#endif #ifdef HAVE_STDLIB_H #include #else /* Not STDC_HEADERS */ @@ -33,12 +30,12 @@ extern char *malloc(); #else #include #endif -#include -#include #include +#include +#include -#include "dhcpd-pools.h" #include "defaults.h" +#include "dhcpd-pools.h" int main(int argc, char **argv) {