summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:16:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:16:52 -0800
commit561f7d92ab0dfa6ac0501aa7696b750587a41f9e (patch)
treeebe5174dcaefba3e756154416ca0b8bcbf168c0b
parenta3bbfd7986f9b67f7db0112faee37f6109dfbcac (diff)
unifdef hpux
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--parsedpy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/parsedpy.c b/parsedpy.c
index 5744a4b..50fd13a 100644
--- a/parsedpy.c
+++ b/parsedpy.c
@@ -36,9 +36,6 @@ in this Software without prior written authorization from The Open Group.
#include <ctype.h> /* for isascii() and isdigit() */
#include <X11/Xos.h> /* for strchr() and string routines */
#include <X11/Xlib.h> /* for Family constants */
-#ifdef hpux
-#include <sys/utsname.h> /* for struct utsname */
-#endif
#include <X11/Xauth.h> /* for FamilyLocal */
#include <X11/Xmu/SysUtil.h>