Switch to unified view
a/src/utils/readfile.h | b/src/utils/readfile.h | ||
---|---|---|---|
... |
... |
||
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | #ifndef _READFILE_H_INCLUDED_ |
17 | #ifndef _READFILE_H_INCLUDED_ |
18 | #define _READFILE_H_INCLUDED_ |
18 | #define _READFILE_H_INCLUDED_ |
19 | /* @(#$Id: readfile.h,v 1.3 2007-06-02 08:30:42 dockes Exp $ (C) 2004 J.F.Dockes */ |
19 | /* @(#$Id: readfile.h,v 1.3 2007-06-02 08:30:42 dockes Exp $ (C) 2004 J.F.Dockes */ |
20 | |||
21 | #include <sys/types.h> |
||
20 | 22 | ||
21 | #include <string> |
23 | #include <string> |
22 | using std::string; |
24 | using std::string; |
23 | 25 | ||
24 | /** |
26 | /** |