diff src/pt-misc.cc @ 1350:5f63d83dd694

[project @ 1995-09-05 07:37:59 by jwe]
author jwe
date Tue, 05 Sep 1995 07:47:12 +0000
parents 64819a909ed7
children 19c10b8657d5
line wrap: on
line diff
--- a/src/pt-misc.cc
+++ b/src/pt-misc.cc
@@ -29,13 +29,13 @@
 #include <config.h>
 #endif
 
+#include <iostream.h>
+
+#ifdef HAVE_UNISTD_H
 #include <sys/types.h>
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
-#include <iostream.h>
-
 #include "error.h"
 #include "tree-base.h"
 #include "tree-expr.h"