diff options
author | Michael Andres <ma@suse.de> | 2008-08-08 11:44:12 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-08-08 11:44:12 +0000 |
commit | 4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea (patch) | |
tree | 389937cfae324fc1ed2f81a4929a9a299405bad5 /swig/zypp.i | |
parent | a3c00b1dee1f99c26fb50f4749f07584500fc6ff (diff) | |
download | libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.tar.gz libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.tar.bz2 libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.zip |
- Remove ProductInfo. We dont replace Product.
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 0a7b7fb..e35f342 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -42,7 +42,6 @@ #include "zypp/Resolver.h" #include "zypp/Product.h" -#include "zypp/ProductInfo.h" using namespace boost; using namespace zypp; |