Skip to content

Commit e5feae0

Browse files
authored
Merge pull request #51 from phaleth/rem-std-incls
chore: remove duplicate stdio.h includes
2 parents f163f51 + ff306bc commit e5feae0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

chapter_4/exercise_4_05/math.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <stdio.h>
2-
#include <stdio.h>
32
#include <stdlib.h>
43
#include <ctype.h>
54
#include <math.h>

chapter_4/exercise_4_06/variables.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <stdio.h>
2-
#include <stdio.h>
32
#include <stdlib.h>
43
#include <ctype.h>
54
#include <math.h>

chapter_4/exercise_4_10/calculator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <stdio.h>
2-
#include <stdio.h>
32
#include <stdlib.h>
43
#include <ctype.h>
54
#include <math.h>

0 commit comments

Comments
 (0)