summaryrefslogtreecommitdiffstats
path: root/src/util/find_uid.h
diff options
context:
space:
mode:
authorPavel Reichl <pavel.reichl@redhat.com>2013-10-22 15:21:33 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-11-04 10:52:15 +0100
commitf7257ab0bcea6c41fab5a4677787f3075ecdcb64 (patch)
tree504f3f1ab6d8911c8a7614b719ddb841acb1f263 /src/util/find_uid.h
parent64cb81a65e584858dd631bc5160959d350c091e3 (diff)
downloadsssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.gz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.xz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.zip
Include ext headers with #include <foo.h> - cont
Changing style of including header files from outside of sssd tree - from "header.h" to <header.h>
Diffstat (limited to 'src/util/find_uid.h')
-rw-r--r--src/util/find_uid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/find_uid.h b/src/util/find_uid.h
index 154a5f955..e01b3fce3 100644
--- a/src/util/find_uid.h
+++ b/src/util/find_uid.h
@@ -26,8 +26,8 @@
#include <talloc.h>
#include <sys/types.h>
+#include <dhash.h>
-#include "dhash.h"
#include "util/util.h"
errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_t **table);