diff options
author | Klaus Kämpf <kkaempf@suse.de> | 2010-12-06 13:03:35 +0100 |
---|---|---|
committer | Klaus Kämpf <kkaempf@suse.de> | 2010-12-06 13:03:35 +0100 |
commit | 00daf2d95c3813c80c6484fc2390d00831174179 (patch) | |
tree | 2d50073bed7a562c0e4490a226e2667018a8932c | |
parent | ce43971aaa0a356dd82b870614d04500c389146c (diff) | |
download | libzypp-bindings-00daf2d95c3813c80c6484fc2390d00831174179.tar.gz libzypp-bindings-00daf2d95c3813c80c6484fc2390d00831174179.tar.bz2 libzypp-bindings-00daf2d95c3813c80c6484fc2390d00831174179.zip |
Reorder .i includes, fixes the build
-rw-r--r-- | swig/zypp.i | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 856156a..3bb867a 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -173,11 +173,6 @@ typedef std::list<std::string> StringList; #define VERSION ZYPP_VERSION -/* These include files are already cleaned up from C++ cruft */ -%include "Arch.i" -%include "Resolvable.i" -%include "Callbacks.i" - /* These include files are pending to be cleaned up from C++ cruft */ #if PRODUCTION /* set 0 for testing, these files still carry the full C++ cruft */ @@ -266,6 +261,11 @@ namespace zypp { %include "ZYppFactory.i" #endif +/* These include files are already cleaned up from C++ cruft */ +%include "Arch.i" +%include "Resolvable.i" +%include "Callbacks.i" + // // helper // |