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_ptask.h | 2 -- src/providers/dp_refresh.h | 1 - 2 files changed, 3 deletions(-) (limited to 'src/providers') diff --git a/src/providers/dp_ptask.h b/src/providers/dp_ptask.h index 7e45862e4..6a241fb7a 100644 --- a/src/providers/dp_ptask.h +++ b/src/providers/dp_ptask.h @@ -25,8 +25,6 @@ #include #include -#include "providers/dp_backend.h" - /* solve circular dependency */ struct be_ctx; diff --git a/src/providers/dp_refresh.h b/src/providers/dp_refresh.h index 0dedbc3c1..0c4d4a08e 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