summaryrefslogtreecommitdiff
path: root/ext/date/lib/timelib_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/lib/timelib_private.h')
-rw-r--r--ext/date/lib/timelib_private.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/ext/date/lib/timelib_private.h b/ext/date/lib/timelib_private.h
index b2116e63a2..586f3d70da 100644
--- a/ext/date/lib/timelib_private.h
+++ b/ext/date/lib/timelib_private.h
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
- * Copyright (c) 2015 Derick Rethans
+ * Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -39,13 +39,7 @@
# endif
#endif
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
-
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
+#include <string.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -68,10 +62,7 @@
#endif
#include <stdio.h>
-
-#if HAVE_LIMITS_H
#include <limits.h>
-#endif
#define TIMELIB_SECOND 1
#define TIMELIB_MINUTE 2