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

    r1 r12  
    130130 */
    131131
    132 #include <stdio.h>
     132#include <cstdio>
    133133#include <map>
    134 #include <string>
    135134
    136135#include "graph_signals.h"
Note: See TracChangeset for help on using the changeset viewer.