Skip to content

Commit

Permalink
chore: remove unused includes
Browse files Browse the repository at this point in the history
Signed-off-by: Rentib <[email protected]>
  • Loading branch information
Rentib committed Oct 27, 2024
1 parent de506dc commit 37dde1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/pixmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "pixmap.h"

#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
6 changes: 0 additions & 6 deletions src/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
#include <time.h>
#include <unistd.h>

#if defined(__linux__)
#include <linux/limits.h>
#elif defined(__OpenBSD__) || defined(__FreeBSD__)
#define PATH_MAX 4096
#endif

/**
* Makes directories like `mkdir -p`.
* @param path absolute path to the directory to be created
Expand Down

0 comments on commit 37dde1a

Please sign in to comment.