- Update to r53061
[reactos.git] / base / applications / network / finger / finger.c
index ddb4beb..82abc45 100644 (file)
  * mail info, and .plan/.project files.
  */
 
-#include <winsock2.h>
-#include "err.h"
-#include <errno.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-
-#include "various.h"
-#include "getopt.h"
+#include "precomp.h"
 
 char *__progname;