mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
dev: use #include
s according to error's concerns
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <config.h>
|
||||
#include <sessions.h>
|
||||
#include "config.h"
|
||||
#include "sessions.h"
|
||||
|
||||
bool launch(char *user, char *passwd, struct session session, void (*cb)(void), struct behavior* behavior);
|
||||
|
||||
|
Reference in New Issue
Block a user