minor: revert to old include path. will have to find a separate fix for windows

This commit is contained in:
Mike Dirolf 2009-07-28 11:25:11 -04:00
parent ffa74ba3bb
commit 975412426f
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
*/
#include "ruby.h"
#include "ruby/st.h"
#include "ruby/regex.h"
#include "st.h"
#include "regex.h"
#include <assert.h>
#include <math.h>