comparison src/oct-hist.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 64819a909ed7
children 9e41dbb74bca
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
29 */ 29 */
30 30
31 #ifdef HAVE_CONFIG_H 31 #ifdef HAVE_CONFIG_H
32 #include <config.h> 32 #include <config.h>
33 #endif 33 #endif
34
35 #include <cstdlib>
36 #include <cstring>
37 #include <csignal>
34 38
35 #include <sys/types.h> 39 #include <sys/types.h>
36 #ifdef HAVE_UNISTD_H 40 #ifdef HAVE_UNISTD_H
37 #include <unistd.h> 41 #include <unistd.h>
38 #endif 42 #endif
39 #include <fcntl.h> 43 #include <fcntl.h>
40 #include <stdlib.h> 44
41 #include <string.h>
42 #include <signal.h>
43 #include <fstream.h> 45 #include <fstream.h>
44 #include <strstream.h> 46 #include <strstream.h>
45 47
46 #include "statdefs.h" 48 #include "statdefs.h"
47 #include "utils.h" 49 #include "utils.h"