Skip to content

Commit c65c23c

Browse files
committed
Removed non-portable includes
1 parent d093745 commit c65c23c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/zdigest.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
*/
3636

3737
#include "../include/czmq.h"
38-
// #include "../foreign/sha1/sha1.h"
3938
#include "../foreign/sha1/sha1.c"
4039

4140

src/zframe.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838

3939
#include "../include/czmq.h"
4040

41-
// See <stdlib.h> for preceding exported definition.
42-
#ifndef _CRT_ERRNO_DEFINED
43-
extern int errno;
44-
#endif /* _CRT_ERRNO_DEFINED */
45-
4641
// Structure of our class
4742

4843
struct _zframe_t {

0 commit comments

Comments
 (0)