From 75e418c498ca2c604eeb784829e33a7865843d53 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 29 Aug 2002 20:30:24 +0000 Subject: #include fixes; we've factored out all the system include files and put them in flexdef.h --- main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 523634a..15f98b7 100644 --- a/main.c +++ b/main.c @@ -31,17 +31,13 @@ /* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */ /* PURPOSE. */ -#include -#ifdef ENABLE_NLS -#include -#endif /* ENABLE_NLS */ + #include "flexdef.h" #include "version.h" #include "options.h" static char flex_version[] = FLEX_VERSION; - /* declare functions that have forward references */ void flexinit PROTO ((int, char **)); -- cgit v1.2.3