diff --git a/src/modules/system/nt.c b/src/modules/system/nt.c index b98ae78c94f1ba0f30c136474d07e7d2e92630bc..a96c4eb5c69378c3112ef56ea875ba88620d761c 100644 --- a/src/modules/system/nt.c +++ b/src/modules/system/nt.c @@ -1,5 +1,5 @@ /* - * $Id: nt.c,v 1.8 1999/02/10 21:55:27 hubbe Exp $ + * $Id: nt.c,v 1.9 1999/03/23 20:25:28 marcus Exp $ * * NT system calls for Pike * @@ -13,15 +13,12 @@ #ifdef __NT__ -#include "interpret.h" -#include "object.h" #include "program.h" -#include "svalue.h" #include "stralloc.h" -#include "las.h" #include "threads.h" #include "module_support.h" #include "array.h" +#include "constants.h" #include <winsock.h> #include <windows.h>