summaryrefslogtreecommitdiff
path: root/strlcpy.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 01:59:14 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 02:14:57 +0100
commitd4c8c60b3885873dcc212c8134f23b2739aedbd2 (patch)
tree663a396b3be12be7260deea0f0a8356380aac655 /strlcpy.c
parent89beec4875174d56ea926391d812e1604ff55615 (diff)
cleanup some includes
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/strlcpy.c b/strlcpy.c
index e9a7fe4..67a989c 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
#include <string.h>
/*