From: Michael Schroeder Date: Mon, 19 Mar 2012 09:47:50 +0000 (+0100) Subject: - do not include repopage.h unless LIBSOLV_INTERNAL is defined. (Daniel Pfeifer) X-Git-Tag: BASE-SuSE-Code-12_2-Branch~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493f13f798eed40d2d3a25ca4cac8ceb2cc226ae;p=thirdparty%2Flibsolv.git - do not include repopage.h unless LIBSOLV_INTERNAL is defined. (Daniel Pfeifer) --- diff --git a/src/repodata.h b/src/repodata.h index 7868c662..0e622a6f 100644 --- a/src/repodata.h +++ b/src/repodata.h @@ -18,7 +18,10 @@ #include "pooltypes.h" #include "pool.h" #include "dirpool.h" + +#ifdef LIBSOLV_INTERNAL #include "repopage.h" +#endif #define SIZEOF_MD5 16 #define SIZEOF_SHA1 20