no space needed around include Surrounding '"' vs '<' already makes a difference. - iomenu - interactive terminal-based selection menu
(HTM) git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit d644cd09afa29469ab8bba1b2759a4f67fa8428c
(DIR) parent b4479156636ca8b94374fe4d0864368dbec021fd
(HTM) Author: Josuah Demangeon <me@josuah.net>
Date: Fri, 16 Jul 2021 00:06:37 +0200
no space needed around include
Surrounding '"' vs '<' already makes a difference.
Diffstat:
M iomenu.c | 1 -
M term.c | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/iomenu.c b/iomenu.c
@@ -11,7 +11,6 @@
#include <termios.h>
#include <unistd.h>
#include <assert.h>
-
#include "compat.h"
#include "term.h"
#include "utf8.h"
(DIR) diff --git a/term.c b/term.c
@@ -1,12 +1,10 @@
#include "term.h"
-
#include <ctype.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <termios.h>
-
#include "compat.h"
#include "utf8.h"