sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 812651d53e18602bb171f46ff3d896a60bff6cdb
parent e41e8d3330eef4526c5f53d2902aaf9514113e2d
Author: Lane Surface <surfacelane@gmail.com>
Date:   Sat, 27 Apr 2019 21:48:20 -0500

Remove extra inclusion of stdio.h

Diffstat:
Msway/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/main.c b/sway/main.c @@ -5,7 +5,6 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <stdio.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h>