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