* cygcheck.cc: Reorder includes to avoid compiler error.

This commit is contained in:
Christopher Faylor
2002-09-17 17:13:21 +00:00
parent 9f06b64aa9
commit 4ddb62e794
2 changed files with 6 additions and 2 deletions

View File

@@ -11,12 +11,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <ctype.h>
#include <windows.h>
#include "cygwin/include/sys/cygwin.h"
#include "cygwin/include/mntent.h"
#include "cygwin/include/getopt.h"
#include "time.h"
#include "ctype.h"
int verbose = 0;
int registry = 0;