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_pat_trace.cc

    r1 r12  
    4141#include"internal.h" // notrace
    4242
    43 #include<time.h>
    44 #include<string>
     43#include<ctime>
    4544
    4645#ifdef PAT_TRACE_FORMAT
     
    5352
    5453//#include "malloc.h" // NO LONGER SUPPORTED
    55 #include <stdlib.h>
    56 #include "stdio.h"
     54#include <cstdlib>
     55#include <cstdio>
    5756
    5857//-----------------------------------------
Note: See TracChangeset for help on using the changeset viewer.