URL: https://github.com/SSSD/sssd/pull/827 Author: alexey-tikhonov Title: #827: ldap/sdap_idmap.c: removed unnecessary include Action: opened
PR body: """ """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/827/head:pr827 git checkout pr827
From 567d77a5b093a71d5e1fbbad27e09a48a84dbbd7 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov <atikh...@redhat.com> Date: Wed, 12 Jun 2019 17:56:24 +0200 Subject: [PATCH] ldap/sdap_idmap.c: removed unnecessary include --- src/providers/ldap/sdap_idmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/ldap/sdap_idmap.c b/src/providers/ldap/sdap_idmap.c index f5ac511c71..22ed9d301a 100644 --- a/src/providers/ldap/sdap_idmap.c +++ b/src/providers/ldap/sdap_idmap.c @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "shared/murmurhash3.h" #include "util/util.h" #include "util/dlinklist.h" #include "providers/ldap/sdap_idmap.h"
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org