From cbfa4e0150e45039bfd90790eea6dca891ce4af6 Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 19 Jun 2015 06:02:31 +0000 Subject: Abolish the foul practice of including every header in existence via a single central "include.h". Use only headers that are actually needed. --- atc/main.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'atc/main.c') diff --git a/atc/main.c b/atc/main.c index 7f4444fb..07316615 100644 --- a/atc/main.c +++ b/atc/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.22 2014/03/22 22:58:56 dholland Exp $ */ +/* $NetBSD: main.c,v 1.23 2015/06/19 06:02:31 dholland Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -51,12 +51,23 @@ __COPYRIGHT("@(#) Copyright (c) 1990, 1993\ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.22 2014/03/22 22:58:56 dholland Exp $"); +__RCSID("$NetBSD: main.c,v 1.23 2015/06/19 06:02:31 dholland Exp $"); #endif #endif /* not lint */ -#include "include.h" +#include +#include +#include +#include +#include +#include +#include + #include "pathnames.h" +#include "def.h" +#include "struct.h" +#include "extern.h" +#include "tunable.h" extern FILE *yyin; -- cgit v1.2.3