Remove unnecessary #include <string.h> in undo.h

This commit is contained in:
David Capello 2010-10-03 15:52:33 -03:00
parent 514d666747
commit 7dd78886e2

View File

@ -19,7 +19,6 @@
#ifndef RASTER_UNDO_H_INCLUDED
#define RASTER_UNDO_H_INCLUDED
#include <string.h> /* for strlen */
#include <vector>
#include "raster/gfxobj.h"