Skip to content

Commit f683717

Browse files
ptoscanosgallagher
authored andcommitted
Drop unused <path_utils.h>
Do not include <path_utils.h> in files where nothing of it is used. This helps isolating where path_utils is used.
1 parent 1cf1f37 commit f683717

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/arguments.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Copyright 2021-2023 by Stephen Gallagher <[email protected]>
3131
*/
3232

33-
#include <path_utils.h>
3433
#include <popt.h>
3534
#include <stdlib.h>
3635
#include <stdio.h>

src/sscg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <stdio.h>
3737
#include <string.h>
3838
#include <talloc.h>
39-
#include <path_utils.h>
4039
#include <unistd.h>
4140
#include <openssl/evp.h>
4241
#include <openssl/ssl.h>

0 commit comments

Comments
 (0)