mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Sort #includes
This commit is contained in:
parent
4023007dd4
commit
64b6c37e7c
6 changed files with 6 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "common/spawn.h"
|
||||
#include "common/font.h"
|
||||
#include "common/log.h"
|
||||
#include "common/spawn.h"
|
||||
#include "config/session.h"
|
||||
#include "labwc.h"
|
||||
#include "theme/theme.h"
|
||||
|
|
@ -68,8 +69,7 @@ main(int argc, char *argv[])
|
|||
rcxml_read(config_file);
|
||||
|
||||
if (!getenv("XDG_RUNTIME_DIR")) {
|
||||
wlr_log(WLR_ERROR, "XDG_RUNTIME_DIR is required to be set");
|
||||
return 1;
|
||||
die("XDG_RUNTIME_DIR is unset");
|
||||
}
|
||||
|
||||
struct server server = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue