1--- RegExp.c.orig 1995-07-08 18:20:49 UTC 2+++ RegExp.c 3@@ -23,7 +23,6 @@ 4 */ 5 6 #include "RegExp.h" 7-#include <regex.h> 8 9 void RegExpCompile(regexp,fsm_ptr) 10 char *regexp; 11 12