Skip to content

Commit 092dd66

Browse files
committed
* c/avl.c: Do not include stdio.h.
* c/epsilon.h: Do not include stdio.h or stdlib.h here.
1 parent fd88c1b commit 092dd66

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

c/avl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
2828
*****************************************************************************/
2929
#include "config.h"
30-
#include <stdio.h>
3130
#include <stdlib.h>
3231
#include <errno.h>
3332
#include "avl.h"

c/epsilon.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#define EPSILON_H
33

44
#include "config.h"
5-
#include <stdio.h>
6-
#include <stdlib.h>
75
#include <math.h>
86
#ifndef INFINITY
97
#define INFINITY (HUGE_VAL)

0 commit comments

Comments
 (0)