Skip to content

Commit

Permalink
treewide: Remove unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Apr 6, 2024
1 parent 60e2f2c commit 952af5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions psi-notify.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <libnotify/notify.h>
#include <linux/limits.h>
#include <pwd.h>
#include <signal.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>

#include "psi-notify.h"

Expand Down
3 changes: 0 additions & 3 deletions psi-notify.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#include <stdbool.h>
#include <stdio.h>
#include <strings.h>
#include <time.h>

/* Data structures */

Expand Down

0 comments on commit 952af5a

Please sign in to comment.