From efe3d90b4d3d16befa2c45a00585963466a6ea3b Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Tue, 17 Jan 2006 16:06:38 +0000 Subject: [PATCH] Changed AtomList definition --- zypp/detail/PatchImplIf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zypp/detail/PatchImplIf.h b/zypp/detail/PatchImplIf.h index f5dfdcd..4cfe22a 100644 --- a/zypp/detail/PatchImplIf.h +++ b/zypp/detail/PatchImplIf.h @@ -13,7 +13,8 @@ #define ZYPP_DETAIL_PATCHIMPLIF_H #include "zypp/detail/ResObjectImplIf.h" -#include "zypp/Resolvable.h" +#include "zypp/ResObject.h" + /////////////////////////////////////////////////////////////////// namespace zypp @@ -37,7 +38,7 @@ namespace zypp typedef Patch ResType; public: - typedef std::list AtomList; + typedef std::list AtomList; public: /** Patch ID */ -- 2.7.4