ptserver: Tidy header includes
[openafs.git] / src / ptserver / display.c
index 281860e..bc93420 100644 (file)
@@ -9,27 +9,21 @@
 
 #include <afsconfig.h>
 #include <afs/param.h>
+#include <afs/stds.h>
 
 #include <roken.h>
 
-#include <afs/stds.h>
-#include <sys/types.h>
 #ifdef AFS_NT40_ENV
 #include <winsock2.h>
 #else
 #include <netinet/in.h>
 #endif
-#include <string.h>
-#include <stdio.h>
-#include "ptserver.h"
 
+#include "ptserver.h"
 #include "display.h"
 
 #ifdef PR_REMEMBER_TIMES
 
-# include <time.h>
-
-
 static char *
 pr_TimeToString(time_t clock)
 {