diff options
author | Josh Blum | 2013-06-26 19:34:04 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-26 19:34:04 -0700 |
commit | 973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11 (patch) | |
tree | f6841e07b3694fc3fee7566b1295e534af302c44 /include | |
parent | 4443e62215b4197e44077c86cce135fa035b9035 (diff) | |
download | sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.tar.gz sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.tar.bz2 sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.zip |
gras: messing with imports
Diffstat (limited to 'include')
-rw-r--r-- | include/gras/tags.i | 2 | ||||
-rw-r--r-- | include/gras/time_tag.i | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/gras/tags.i b/include/gras/tags.i index f6adb48..bf2bdb4 100644 --- a/include/gras/tags.i +++ b/include/gras/tags.i @@ -3,8 +3,6 @@ #ifndef INCLUDED_GRAS_TAGS_I #define INCLUDED_GRAS_TAGS_I -%module GRAS_Tags - %{ #include <gras/tags.hpp> %} diff --git a/include/gras/time_tag.i b/include/gras/time_tag.i index af05a99..42deed7 100644 --- a/include/gras/time_tag.i +++ b/include/gras/time_tag.i @@ -3,8 +3,6 @@ #ifndef INCLUDED_GRAS_TIME_TAG_I #define INCLUDED_GRAS_TIME_TAG_I -%module GRAS_TimeTag - %{ #include <gras/time_tag.hpp> %} |