From 19b4bb652f5cdc2797b66595eaf8811881aa9873 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 2 Oct 2013 11:53:33 +0200 Subject: Include external headers with #include I find it more readable to include headers from outside the sssd tree with , not "foo.h". The latter should be used for in-tree headers only. --- src/providers/dp_sbus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/providers/dp_sbus.c') diff --git a/src/providers/dp_sbus.c b/src/providers/dp_sbus.c index f9dd28216..623d7dd9c 100644 --- a/src/providers/dp_sbus.c +++ b/src/providers/dp_sbus.c @@ -20,8 +20,9 @@ */ #include "config.h" -#include "talloc.h" -#include "tevent.h" +#include +#include + #include "confdb/confdb.h" #include "sbus/sssd_dbus.h" #include "providers/data_provider.h" -- cgit