mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[FINGER]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61558
This commit is contained in:
parent
27e813b6d8
commit
a32fbc04b3
4 changed files with 8 additions and 7 deletions
|
@ -31,12 +31,12 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
extern char *__progname; /* Program name, from crt0. */
|
||||
|
||||
void
|
||||
|
|
|
@ -56,6 +56,10 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "getopt.h"
|
||||
|
||||
char *__progname;
|
||||
|
||||
time_t now;
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
* Ported to Win32, changed index/rindex to strchr/strrchr
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)getopt.c 4.13 (Berkeley) 2/23/91";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
* get option letter from argument vector
|
||||
*/
|
||||
|
|
|
@ -4,8 +4,5 @@
|
|||
#include <winsock2.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "err.h"
|
||||
#include "getopt.h"
|
||||
#include "various.h"
|
||||
|
|
Loading…
Reference in a new issue