Changeset 12 for sources/src/gen_code.cc


Ignore:
Timestamp:
Jan 23, 2009, 11:05:05 AM (15 years ago)
Author:
buchmann
Message:

Changes:

  • Convert some includes like <stdlib.h> into <cstdlib>
  • Remove some unused includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/gen_code.cc

    r1 r12  
    3535 */
    3636
    37 #include<stdio.h>
    38 #include<stdlib.h>
     37#include<cstdio>
     38#include<cstdlib>
    3939#include<iostream>
    4040#include<fstream>
     
    264264  o << "// generated by " << sc_version () << endl
    265265                << "#include<casc.h>\n\n"
    266                 << "#include<stdio.h>\n\n"
     266                << "#include<cstdio>\n\n"
    267267//              << "#include<iostream>\n\n"
    268268                << "namespace sc_core {\n"
     
    325325  o << "// generated by " << sc_version () << endl
    326326                << "#include<casc.h>\n\n"
    327                 << "#include<stdio.h>\n\n"
     327                << "#include<cstdio>\n\n"
    328328//              << "#include<iostream>\n\n"
    329329                << "namespace sc_core {\n"
Note: See TracChangeset for help on using the changeset viewer.