summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
commit369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch)
treee3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/dev/cy
parent63875293f27fe7fb41a40c649091ea2d9a17d96b (diff)
downloadFreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip
FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c3
-rw-r--r--sys/dev/cy/cy_isa.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 9ce9957..ae025c0 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $
+ * $Id: cy.c,v 1.22 1995/11/29 14:39:37 julian Exp $
*/
#include "cy.h"
@@ -77,7 +77,6 @@
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/file.h>
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 9ce9957..ae025c0 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $
+ * $Id: cy.c,v 1.22 1995/11/29 14:39:37 julian Exp $
*/
#include "cy.h"
@@ -77,7 +77,6 @@
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/file.h>
OpenPOWER on IntegriCloud