aboutsummaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-28 14:44:12 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-28 14:44:12 -0400
commit75f8dcf5022051c258549159d4fd1e253872c240 (patch)
treefc525228c2fb58844493759fb16ef4829be58d41 /common.c
parent80de3780c13b7c27c67737a0225716f657589dd4 (diff)
downloadopendircolors-75f8dcf5022051c258549159d4fd1e253872c240.tar.gz
opendircolors-75f8dcf5022051c258549159d4fd1e253872c240.tar.zst
opendircolors-75f8dcf5022051c258549159d4fd1e253872c240.zip
Remove unneeded includesv0.0.1
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index f3a100b..afbb27e 100644
--- a/common.c
+++ b/common.c
@@ -27,7 +27,6 @@
*/
#include <ctype.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>