Changeset efce9a in git for factory/gengftables.cc


Ignore:
Timestamp:
May 23, 2011, 6:52:11 PM (12 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
fa1d488e63bd80e9128a29152e3961a2b526210f
Parents:
e14941cb3862f30b460fab62e0c485f193ab781a
git-author:
mlee <martinlee84@web.de>2011-05-23 18:52:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
Message:
FIX: genftables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/gengftables.cc

    re14941 refce9a  
    1010//
    1111//}}}
     12
     13#include "config.h"
    1214
    1315#ifdef HAVE_IOSTREAM
     
    1517#include <fstream>
    1618#include <strstream>
     19using namespace std;
    1720#elif defined(HAVE_IOSTREAM_H)
    1821#include <iostream.h>
     
    2124#endif
    2225
    23 
    24 #include "cf_algorithm.h"
    25 
    2626#include "cf_assert.h"
    2727#include "gf_tabutil.h"
     28#include "cf_algorithm.h"
     29#include "cf_iter.h"
     30
     31int initializeGMP(){ return 1; }
    2832
    2933//{{{ constants
Note: See TracChangeset for help on using the changeset viewer.