Changeset 1dc616 in git for factory/gengftables.cc
- Timestamp:
- May 15, 2006, 10:17:57 AM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 181148eb58afcf5d585ec06f89fbab21c1ab9c99
- Parents:
- e5102ce459d04b385f3c94f631b05329d7681e20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/gengftables.cc
re5102c r1dc616 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: gengftables.cc,v 1. 2 1997-10-23 13:25:52 schmidtExp $ */2 /* $Id: gengftables.cc,v 1.3 2006-05-15 08:17:53 Singular Exp $ */ 3 3 4 4 //{{{ docu … … 11 11 //}}} 12 12 13 #ifdef HAVE_IOSTREAM 14 #include <iostream> 15 #include <fstream> 16 #include <strstream> 17 #elif defined(HAVE_IOSTREAM_H) 13 18 #include <iostream.h> 14 19 #include <fstream.h> 15 20 #include <strstream.h> 21 #endif 16 22 17 23 #include <factory.h>
Note: See TracChangeset
for help on using the changeset viewer.