1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Remove unneeded inclusion of <utmp.h>.

Approved by:	miwi (portmgr, implicit)
This commit is contained in:
Ed Schouten 2010-01-20 11:56:33 +00:00
parent 581ac71780
commit 1a225da533
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248200

View File

@ -0,0 +1,10 @@
--- wmfstatus.c
+++ wmfstatus.c
@@ -16,7 +16,6 @@
#include <sys/ioctl.h>
#include <sys/file.h>
-#include <utmp.h>
#include <dirent.h>
#include <X11/Xlib.h>