diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/memory.c | 3 | ||||
| -rw-r--r-- | src/util/util.c | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/util/memory.c b/src/util/memory.c index a2c8b54b..672129ee 100644 --- a/src/util/memory.c +++ b/src/util/memory.c @@ -18,7 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "talloc.h" +#include <talloc.h> + #include "util/util.h" /* diff --git a/src/util/util.c b/src/util/util.c index 9ab154db..5931549f 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -23,11 +23,11 @@ #include <poll.h> #include <sys/socket.h> #include <arpa/inet.h> +#include <talloc.h> +#include <dhash.h> -#include "talloc.h" #include "util/util.h" #include "util/sss_utf8.h" -#include "dhash.h" int split_on_separator(TALLOC_CTX *mem_ctx, const char *str, const char sep, bool trim, bool skip_empty, |
