remove ultrix support
[oweals/cde.git] / cde / lib / tt / lib / mp / mp_rpc_client.C
index 6c2a8177d1ab014b87d589656bdda75ed3462c14..00882537e9a0fddf384a063474acbcf884556462 100644 (file)
@@ -31,7 +31,7 @@
  *
  * Copyright (c) 1990 by Sun Microsystems, Inc.
  */
-#include <sys/time.h>          // ultrix
+#include <sys/time.h>
 #include <stdio.h>
 #include <signal.h>
 #include <errno.h>
 #include "util/tt_host.h"
 #include "util/tt_port.h"
 
-#if defined(ultrix)
-extern "C"
-{ extern struct XSizeHints;
-  extern struct XStandardColormap;
-  extern struct XTextProperty;
-  extern struct XWMHints;
-  extern struct XClassHint;
-};
-#endif
-
 #if defined(_AIX)
 /* AIX's FD_ZERO macro uses bzero() without declaring it. */
 #include <strings.h>