headers: include-what-you-use fixes
[debian/dhcpd-pools.git] / src / sort.c
index e436f5a..460f4cd 100644 (file)
 ** along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
-
+#include <err.h>
+#include <errno.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
-#include <errno.h>
-#include <err.h>
 
 #include "dhcpd-pools.h"