* 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:
Amine Khaldi 2014-01-07 16:30:52 +00:00
parent 27e813b6d8
commit a32fbc04b3
4 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -56,6 +56,10 @@
#include "precomp.h"
#include <time.h>
#include "getopt.h"
char *__progname;
time_t now;

View file

@ -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
*/

View file

@ -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"