summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/common/responder.h')
-rw-r--r--src/responder/common/responder.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/responder/common/responder.h b/src/responder/common/responder.h
index 5331d5b75..fad16eb89 100644
--- a/src/responder/common/responder.h
+++ b/src/responder/common/responder.h
@@ -22,15 +22,17 @@
#ifndef __SSS_RESPONDER_H__
#define __SSS_RESPONDER_H__
+#include "config.h"
+
#include <stdint.h>
#include <sys/un.h>
#include <pcre.h>
#include <sys/resource.h>
-#include "config.h"
-#include "talloc.h"
-#include "tevent.h"
-#include "ldb.h"
-#include "dhash.h"
+#include <talloc.h>
+#include <tevent.h>
+#include <ldb.h>
+#include <dhash.h>
+
#include "sbus/sssd_dbus.h"
#include "sss_client/sss_cli.h"