use include <> instead of "" for system files

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8448 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-15 02:08:31 +00:00
commit fc67bdfa6d
13 changed files with 13 additions and 14 deletions

View file

@ -4,7 +4,7 @@
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) sizeof_double; /* Ruby, wrong constant name */
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) sizeof_intp; /* Ruby, wrong constant name */
%include "cmalloc.i"
%include <cmalloc.i>
%allocators(int);
%allocators(double);