forked from external/yambar
module/i3: remove unneeded includes
This commit is contained in:
parent
e36ba56caf
commit
5e97c77c24
1 changed files with 0 additions and 6 deletions
|
@ -1,16 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
#include <threads.h>
|
||||
|
||||
#include <poll.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <i3/ipc.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue