mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
@ -1,11 +1,10 @@
|
|||
#include <string.h>
|
||||
#include <json-c/json.h>
|
||||
|
||||
#include "swaybar/config.h"
|
||||
#include "swaybar/ipc.h"
|
||||
#include "ipc-client.h"
|
||||
#include "list.h"
|
||||
#include "log.h"
|
||||
#include "bar/config.h"
|
||||
#include "bar/ipc.h"
|
||||
|
||||
void ipc_send_workspace_command(const char *workspace_name) {
|
||||
uint32_t size = strlen("workspace ") + strlen(workspace_name) + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue