Revision
3749
Author
joshua.ballanco@apple.com
Date
2010-03-12 18:09:56 -0800 (Fri, 12 Mar 2010)

Log Message

Remove unneeded regex.h include

Modified Paths

Diff

Modified: MacRuby/trunk/parse.y (3748 => 3749)


--- MacRuby/trunk/parse.y	2010-03-13 01:07:03 UTC (rev 3748)
+++ MacRuby/trunk/parse.y	2010-03-13 02:09:56 UTC (rev 3749)
@@ -4860,7 +4860,6 @@
 }
 #endif /* RIPPER */
 
-#include "ruby/regex.h"
 #include "ruby/util.h"
 
 /* We remove any previous definition of `SIGN_EXTEND_CHAR',