summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-01 02:52:05 +0000
committerJim Meyering <jim@meyering.net>1994-10-01 02:52:05 +0000
commitec90359f3456b5256c45f6b17fc1a0e6964ed2f6 (patch)
tree491e6da32add2c396d783cb3b94e7342fe341c06 /src/expr.c
parentc8131583acd9716253b98a976c717df28c5a3874 (diff)
downloadcoreutils-ec90359f3456b5256c45f6b17fc1a0e6964ed2f6.tar.xz
.
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr.c b/src/expr.c
index 7cf9110b3..e1ee8e722 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -28,10 +28,7 @@
Define EVAL_TRACE to print an evaluation trace. */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <regex.h>