Skip to content

Commit ff306bc

Browse files
committed
chore: remove duplicate stdio.h includes
1 parent f163f51 commit ff306bc

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)