diff options
author | 2020-01-05 04:29:11 +0000 | |
---|---|---|
committer | 2020-01-05 04:29:11 +0000 | |
commit | 8a3f503a0954221417ec60d7a5f025596d2e6fdc (patch) | |
tree | 4ddd534f50f5d03647a2b8a45d45ef3d67fe6709 | |
parent | regen (diff) | |
download | wireguard-openbsd-8a3f503a0954221417ec60d7a5f025596d2e6fdc.tar.xz wireguard-openbsd-8a3f503a0954221417ec60d7a5f025596d2e6fdc.zip |
Remove unneeded #include <sys/ttycom.h>.
OK jsg@
-rw-r--r-- | sys/dev/pci/drm/drm_drv.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/drm/drm_ioctl.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/drm_drv.c b/sys/dev/pci/drm/drm_drv.c index 2309cb1478c..9d12061ac1f 100644 --- a/sys/dev/pci/drm/drm_drv.c +++ b/sys/dev/pci/drm/drm_drv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: drm_drv.c,v 1.168 2020/01/04 13:07:55 jsg Exp $ */ +/* $OpenBSD: drm_drv.c,v 1.169 2020/01/05 04:29:11 visa Exp $ */ /*- * Copyright 2007-2009 Owain G. Ainsworth <oga@openbsd.org> * Copyright © 2008 Intel Corporation @@ -48,7 +48,6 @@ #include <sys/poll.h> #include <sys/specdev.h> #include <sys/systm.h> -#include <sys/ttycom.h> /* for TIOCSGRP */ #include <sys/vnode.h> #include <sys/event.h> diff --git a/sys/dev/pci/drm/drm_ioctl.c b/sys/dev/pci/drm/drm_ioctl.c index 530c8f4c9b6..7f403ce47a5 100644 --- a/sys/dev/pci/drm/drm_ioctl.c +++ b/sys/dev/pci/drm/drm_ioctl.c @@ -29,7 +29,6 @@ */ #include <sys/filio.h> -#include <sys/ttycom.h> /* for TIOCSGRP */ #include <drm/drm_ioctl.h> #include <drm/drmP.h> |