aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_rlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r--sys/kern/subr_rlist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c
index 388079271608..a29fece003c2 100644
--- a/sys/kern/subr_rlist.c
+++ b/sys/kern/subr_rlist.c
@@ -45,12 +45,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: subr_rlist.c,v 1.2 1993/10/16 15:24:44 rgrimes Exp $
+ * $Id: subr_rlist.c,v 1.3 1993/11/25 01:33:18 wollman Exp $
*/
-#include "sys/param.h"
-#include "sys/cdefs.h"
-#include "sys/malloc.h"
+#include "param.h"
+#include "systm.h"
+#include "malloc.h"
#include "rlist.h"
/*