aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
authorLane Surface <surfacelane@gmail.com>2019-04-27 21:48:20 -0500
committerDrew DeVault <sir@cmpwn.com>2019-04-27 20:53:21 -0600
commit812651d53e18602bb171f46ff3d896a60bff6cdb (patch)
tree36e1f525ea421d9b827cb14e15edffa2f7ae38b7 /sway/main.c
parente41e8d3330eef4526c5f53d2902aaf9514113e2d (diff)
Remove extra inclusion of stdio.h
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 96f67b36..0477bbc3 100644
--- 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>