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/hex2string.cc

    r1 r12  
    3636#include "hex2string.h"
    3737
    38 #include <string>
     38//#include <string>
    3939#include <stdarg.h>
    40 #include <stdio.h>
    41 #include <stdlib.h>
     40#include <cstdio>
     41#include <cstdlib>
    4242#include <iostream>
    4343       
Note: See TracChangeset for help on using the changeset viewer.