summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-29 20:30:24 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-29 20:30:24 +0000
commit75e418c498ca2c604eeb784829e33a7865843d53 (patch)
tree4983b0101ff8d7f9f82b5e2e8a0a4a9c90cb1fb7 /main.c
parent1cb69bc4c72ae209d115f7d7957cc1142c92c0dc (diff)
#include fixes; we've factored out all the system include files and put them in flexdef.h
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 1 insertions, 5 deletions
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 <config.h>
-#ifdef ENABLE_NLS
-#include <locale.h>
-#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 **));