swig: use <> for system %includes instead of ""

This commit is contained in:
Nathan Binkert
2010-12-30 12:51:04 -05:00
parent fe6574ecc0
commit d6ad7419ff
8 changed files with 16 additions and 14 deletions

View File

@@ -33,8 +33,8 @@
%}
// import these files for SWIG to wrap
%include "stdint.i"
%include "std_string.i"
%include <stdint.i>
%include <std_string.i>
%include "base/types.hh"
%include "sim/sim_object_params.hh"