comparison src/pt-plot.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents ec2ab864e8eb
children 5f63d83dd694
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <cstring>
33
32 #include <sys/types.h> 34 #include <sys/types.h>
33 #ifdef HAVE_UNISTD_H 35 #ifdef HAVE_UNISTD_H
34 #include <unistd.h> 36 #include <unistd.h>
35 #endif 37 #endif
36 #include <string.h>
37 #include <iostream.h> 38 #include <iostream.h>
38 #include <strstream.h> 39 #include <strstream.h>
39 #include <fstream.h> 40 #include <fstream.h>
40 41
41 #include "SLStack.h" 42 #include "SLStack.h"