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/monitor/monitor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/monitor') diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index 3d8ba262..7d8a150c 100644 --- a/src/monitor/monitor.c +++ b/src/monitor/monitor.c @@ -34,19 +34,19 @@ #include #include #include +#include +#include +#include /* Needed for res_init() */ #include #include #include -#include "popt.h" -#include "tevent.h" #include "confdb/confdb.h" #include "confdb/confdb_setup.h" #include "db/sysdb.h" #include "monitor/monitor.h" -#include "dbus/dbus.h" #include "sbus/sssd_dbus.h" #include "monitor/monitor_interfaces.h" #include "responder/common/responder_sbus.h" -- cgit