projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ac6e00
)
fix cyclic include
author
Michael Andres
<ma@suse.de>
Wed, 2 May 2012 10:51:58 +0000
(12:51 +0200)
committer
Michael Andres
<ma@suse.de>
Wed, 2 May 2012 11:31:20 +0000
(13:31 +0200)
zypp/base/Tr1hash.h
patch
|
blob
|
history
diff --git
a/zypp/base/Tr1hash.h
b/zypp/base/Tr1hash.h
index 617febe0c8a7185f951dc6c891e857a037a76241..4c0903e2d5e8ae74644b4d28678e61baf65d95a3 100644
(file)
--- a/
zypp/base/Tr1hash.h
+++ b/
zypp/base/Tr1hash.h
@@
-16,8
+16,6
@@
#include <tr1/unordered_set>
#include <tr1/unordered_map>
-#include "zypp/base/PtrTypes.h"
-
/** Define hash function for id based classes.
* Class has to provide a method \c id() retuning a unique number.
* \code