ENH: remove unused and non-standard io.h file
This commit is contained in:
parent
97f50b6e7a
commit
c8a09f9441
|
@ -5,7 +5,6 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <io.h>
|
||||
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||
#define _unlink unlink
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <io.h>
|
||||
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||
#define _unlink unlink
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <io.h>
|
||||
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||
#define _unlink unlink
|
||||
|
|
Loading…
Reference in New Issue