]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- do not include repopage.h unless LIBSOLV_INTERNAL is defined. (Daniel Pfeifer)
authorMichael Schroeder <mls@suse.de>
Mon, 19 Mar 2012 09:47:50 +0000 (10:47 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 19 Mar 2012 09:47:50 +0000 (10:47 +0100)
src/repodata.h

index 7868c662d16e8aac5a36fdd167aff12074d6b73c..0e622a6f6801b609c9f8e12e1cba05a090713fe0 100644 (file)
 #include "pooltypes.h"
 #include "pool.h"
 #include "dirpool.h"
+
+#ifdef LIBSOLV_INTERNAL
 #include "repopage.h"
+#endif
 
 #define SIZEOF_MD5     16
 #define SIZEOF_SHA1    20