summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/common.h b/src/common.h
index 6db1c1bd..3c4f2723 100644
--- a/src/common.h
+++ b/src/common.h
@@ -16,12 +16,8 @@
#include <stddef.h>
#include <stdarg.h>
#include <ctype.h>
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
#include <errno.h>
#include <time.h>