Never, ever, ever, ever include "assym.h" in C source file.

This commit is contained in:
thorpej 1998-07-07 02:02:53 +00:00
parent 33c0bbba35
commit 88139fff5a
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rrunner.c,v 1.5 1998/07/05 06:49:12 jonathan Exp $ */
/* $NetBSD: rrunner.c,v 1.6 1998/07/07 02:02:53 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -44,7 +44,6 @@
#include "opt_inet.h"
#include "opt_ns.h"
#include "assym.h"
#include "bpfilter.h"
#include <sys/param.h>