diff options
author | Christopher Faylor <me@cgf.cx> | 2012-11-07 16:52:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-11-07 16:52:48 +0000 |
commit | 61746d6ae850aa6a89b0c0b00c609011c6d0ade9 (patch) | |
tree | 95552490c8ee6f3bf8b0f2d37e61bbc9dafe7a7b /winsup/mingw/test_headers.c | |
parent | 2ca28ea2dc0c397b9a11072e121e1c5b6f87650b (diff) | |
download | cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.gz cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.bz2 cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.zip |
* mingw: Delete obsolete directory.
* w32api: Ditto.
Diffstat (limited to 'winsup/mingw/test_headers.c')
-rw-r--r-- | winsup/mingw/test_headers.c | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/winsup/mingw/test_headers.c b/winsup/mingw/test_headers.c deleted file mode 100644 index 62402a6f0..000000000 --- a/winsup/mingw/test_headers.c +++ /dev/null @@ -1,54 +0,0 @@ -#include <_mingw.h> -#include <assert.h> -#include <conio.h> -#include <ctype.h> -#include <dir.h> -#include <direct.h> -#include <dirent.h> -#include <dos.h> -#include <errno.h> -#include <excpt.h> -#include <fcntl.h> -#include <fenv.h> -#include <float.h> -#include <inttypes.h> -#include <io.h> -#include <limits.h> -#include <locale.h> -#include <malloc.h> -#include <math.h> -#include <mbctype.h> -#include <mbstring.h> -#include <mem.h> -#include <memory.h> -#include <process.h> -#include <search.h> -#include <setjmp.h> -#include <share.h> -#include <signal.h> -#include <stdarg.h> -#include <stddef.h> -#include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <strings.h> -#include <tchar.h> -#include <time.h> -#include <unistd.h> -#include <values.h> -#include <wchar.h> -#include <wctype.h> -#include <sys/fcntl.h> -#include <sys/file.h> -#include <sys/locking.h> -#include <sys/param.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/timeb.h> -#include <sys/types.h> -#include <sys/unistd.h> -#include <sys/utime.h> - -int main() -{return 0;} |