summaryrefslogtreecommitdiff
path: root/strlcat.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 /strlcat.c
parent89beec4875174d56ea926391d812e1604ff55615 (diff)
cleanup some includes
Diffstat (limited to 'strlcat.c')
-rw-r--r--strlcat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/strlcat.c b/strlcat.c
index 14c53a1..05d0c8f 100644
--- a/strlcat.c
+++ b/strlcat.c
@@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
#include <string.h>
/*