From 38bf0c9a44ff9dccf38a2ed62a0ad2ad8b58c44e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 21 Aug 2013 11:51:36 +0200 Subject: Remove include recursion warning reported by coverity include_recursion: #include file "src/providers/dp_backend.h" includes itself: dp_backend.h -> dp_refresh.h -> dp_backend.h (other events go to each file) primary_file: During compilation of file 'src/krb5_plugin/sssd_krb5_locator_plugin.c include_recursion: #include file "src/providers/dp_backend.h" includes itself: dp_backend.h -> dp_refresh.h -> dp_ptask.h -> dp_backend.h (other events go to each file) primary_file: During compilation of file 'src/krb5_plugin/sssd_krb5_locator_plugin.c' --- src/providers/dp_refresh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/dp_refresh.h') diff --git a/src/providers/dp_refresh.h b/src/providers/dp_refresh.h index 0dedbc3c..0c4d4a08 100644 --- a/src/providers/dp_refresh.h +++ b/src/providers/dp_refresh.h @@ -24,7 +24,6 @@ #include #include -#include "providers/dp_backend.h" #include "providers/dp_ptask.h" /* solve circular dependency */ -- cgit