mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-07 13:31:40 +02:00
dev: use #include
s according to error's concerns
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <keys.h>
|
||||
#include <ui.h>
|
||||
#include <util.h>
|
||||
#include "keys.h"
|
||||
#include "ui.h"
|
||||
#include "util.h"
|
||||
|
||||
static int selret_magic();
|
||||
|
||||
|
Reference in New Issue
Block a user