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

    r1 r12  
    105105 */
    106106
    107 #include <stdio.h>
     107#include <cstdio>
    108108#include <map>
    109 #include <string>
    110109
    111110#include "graph.h"
Note: See TracChangeset for help on using the changeset viewer.