Changeset 651 for trunk

Show
Ignore:
Timestamp:
02/19/08 06:27:06 (9 months ago)
Author:
artem
Message:

removed unneeded headers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/graphics.cpp

    r618 r651  
    2424// mapnik 
    2525#include <mapnik/graphics.hpp> 
    26  
    2726#include <mapnik/image_util.hpp> 
    28 // stl 
    29 #include <cassert> 
    30 #include <string.h> 
    31 #include <stack> 
    32 #include <iostream> 
    3327 
    3428namespace mapnik 
     
    4236        :width_(rhs.width_), 
    4337         height_(rhs.height_), 
    44          data_(rhs.data_) {} 
     38         data_(rhs.data_)  {} 
    4539 
    4640    Image32::~Image32() {}