- 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 7868c66..0e622a6 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