Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 52b8202ef..701fb140c 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -34,8 +34,6 @@ details. */
#include "cygwin_version.h"
#include "dll_init.h"
#include "cygthread.h"
-#include "cygwin/cygserver_transport.h"
-#include "cygwin/cygserver.h"
#define MAX_AT_FILE_LEVEL 10
@@ -686,8 +684,6 @@ dll_crt0_1 ()
/* Initialize signal/subprocess handling. */
sigproc_init ();
- cygserver_init ();
-
/* Connect to tty. */
tty_init ();