Changeset 12 for sources/src/sc_trace.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/sc_trace.cc

    r1 r12  
    4444
    4545#include <list>
    46 #include <stdio.h>
     46#include <cstdio>
    4747#include <iostream>
    4848
     
    5959
    6060//#include "malloc.h" // NO LONGER SUPPORTED
    61 #include <stdlib.h>
    62 #include <stdio.h>
     61#include <cstdlib>
     62#include <cstdio>
    6363
    6464#endif // PAT_TRACE_FORMAT
Note: See TracChangeset for help on using the changeset viewer.