mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
treewide: Sort includes
This commit is contained in:
parent
905dd141f4
commit
68dc3bb3a1
186 changed files with 454 additions and 458 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#include <string.h>
|
||||
#include "sway/commands.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/tree/arrange.h"
|
||||
#include "sway/tree/view.h"
|
||||
#include "sway/tree/container.h"
|
||||
#include "log.h"
|
||||
#include "stringop.h"
|
||||
#include "util.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/tree/arrange.h"
|
||||
#include "sway/tree/container.h"
|
||||
#include "sway/tree/view.h"
|
||||
|
||||
struct cmd_results *cmd_smart_gaps(int argc, char **argv) {
|
||||
struct cmd_results *error = checkarg(argc, "smart_gaps", EXPECTED_AT_LEAST, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue