use forward declaration instead of include
authorJosef Reidinger <jreidinger@suse.cz>
Tue, 8 Apr 2008 11:51:28 +0000 (11:51 +0000)
committerJosef Reidinger <jreidinger@suse.cz>
Tue, 8 Apr 2008 11:51:28 +0000 (11:51 +0000)
zypp/ZYppCallbacks.h

index 1348bdd..2904ba3 100644 (file)
@@ -16,7 +16,6 @@
 #include "zypp/Resolvable.h"
 #include "zypp/RepoInfo.h"
 #include "zypp/Pathname.h"
-#include "zypp/PoolQuery.h"
 #include "zypp/Message.h"
 #include "zypp/Url.h"
 #include "zypp/ProgressData.h"
@@ -623,6 +622,7 @@ namespace zypp
   } // namespace target
   ///////////////////////////////////////////////////////////////////
 
+class PoolQuery;
   ///////////////////////////////////////////////////////////////////
   namespace locks
   {