diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-01-22 14:47:40 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-03 10:35:16 -0500 |
commit | ee08a65d418413515645278734de1ae984a60456 (patch) | |
tree | 8b7eca797bc1a09930f5db7150422f1850500d47 /common | |
parent | d06fe22945e02461ed3391b92ca1d5f227273c3b (diff) | |
download | sssd-ee08a65d418413515645278734de1ae984a60456.tar.gz sssd-ee08a65d418413515645278734de1ae984a60456.tar.xz sssd-ee08a65d418413515645278734de1ae984a60456.zip |
Remove private header requirements from collection_tools.h
Diffstat (limited to 'common')
-rw-r--r-- | common/collection/collection_tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/collection/collection_tools.h b/common/collection/collection_tools.h index 5bcf08590..55770c6ef 100644 --- a/common/collection/collection_tools.h +++ b/common/collection/collection_tools.h @@ -23,7 +23,6 @@ #ifndef COLLECTION_TOOLS_H #define COLLECTION_TOOLS_H -#include "trace.h" #include "collection.h" #ifdef HAVE_TRACE |