From d6ad7419fffe25a076f620170645aca6ae7f3a4d Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 30 Dec 2010 12:51:04 -0500 Subject: swig: use <> for system %includes instead of "" --- src/python/swig/inet.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/swig/inet.i') diff --git a/src/python/swig/inet.i b/src/python/swig/inet.i index a937eb6e4..ebe264484 100644 --- a/src/python/swig/inet.i +++ b/src/python/swig/inet.i @@ -34,8 +34,8 @@ #include "base/inet.hh" %} -%import "stdint.i" -%import "std_string.i" +%import +%import namespace Net { struct EthAddr -- cgit v1.2.3