summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-10-02 11:53:33 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-10-22 09:06:04 +0200
commit19b4bb652f5cdc2797b66595eaf8811881aa9873 (patch)
tree7759cba9748de488d59195b14a00a4ca7638bf7a /src/providers/data_provider_be.c
parent34fde6bc7e05b484fbebef6b3690d73ad5468ec6 (diff)
downloadsssd-19b4bb652f5cdc2797b66595eaf8811881aa9873.tar.gz
sssd-19b4bb652f5cdc2797b66595eaf8811881aa9873.tar.xz
sssd-19b4bb652f5cdc2797b66595eaf8811881aa9873.zip
Include external headers with #include <foo.h>
I find it more readable to include headers from outside the sssd tree with <foo.h>, not "foo.h". The latter should be used for in-tree headers only.
Diffstat (limited to 'src/providers/data_provider_be.c')
-rw-r--r--src/providers/data_provider_be.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/data_provider_be.c b/src/providers/data_provider_be.c
index 6b58d88ab..e7037d8de 100644
--- a/src/providers/data_provider_be.c
+++ b/src/providers/data_provider_be.c
@@ -30,15 +30,15 @@
#include <sys/time.h>
#include <errno.h>
#include <dlfcn.h>
+#include <popt.h>
+#include <dbus/dbus.h>
#include <security/pam_appl.h>
#include <security/pam_modules.h>
-#include "popt.h"
#include "util/util.h"
#include "confdb/confdb.h"
#include "db/sysdb.h"
-#include "dbus/dbus.h"
#include "sbus/sssd_dbus.h"
#include "providers/dp_backend.h"
#include "providers/fail_over.h"