mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
treewide: Sort includes
This commit is contained in:
parent
905dd141f4
commit
68dc3bb3a1
186 changed files with 454 additions and 458 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
#include "util.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
|
||||
struct cmd_results *input_cmd_pointer_accel(int argc, char **argv) {
|
||||
struct cmd_results *error = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue