Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat/common Remove some unnecessary #includes



details:   https://anonhg.NetBSD.org/src/rev/8f1ad73143ee
branches:  pgoyette-compat
changeset: 321037:8f1ad73143ee
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 15 23:14:21 2018 +0000

description:
Remove some unnecessary #includes

diffstat:

 sys/compat/common/compat_70_mod.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 5c2370b72e2b -r 8f1ad73143ee sys/compat/common/compat_70_mod.c
--- a/sys/compat/common/compat_70_mod.c Thu Mar 15 23:07:56 2018 +0000
+++ b/sys/compat/common/compat_70_mod.c Thu Mar 15 23:14:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_70_mod.c,v 1.1.2.1 2018/03/15 05:10:05 pgoyette Exp $   */
+/*     $NetBSD: compat_70_mod.c,v 1.1.2.2 2018/03/15 23:14:21 pgoyette Exp $   */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,19 +34,15 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_70_mod.c,v 1.1.2.1 2018/03/15 05:10:05 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_70_mod.c,v 1.1.2.2 2018/03/15 23:14:21 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
 #include "opt_compat_43.h"
-#include "opt_ntp.h"
-#include "opt_sysv.h"
-#include "opt_lfs.h"
 #endif
 
 #include <sys/systm.h>
 #include <sys/module.h>
-#include <sys/sysctl.h>
 
 #include <net/if.h>
 #include <net/route.h>



Home | Main Index | Thread Index | Old Index