Removed space from #include.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14327 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-06-30 08:20:31 +00:00
parent d009dec52f
commit a4a684cb07

View File

@@ -25,7 +25,7 @@ extern "C" {
#include <librsvg/rsvg.h>
#ifndef LIBRSVG_CHECK_VERSION
#include < librsvg/rsvg-cairo.h>
#include <librsvg/rsvg-cairo.h>
#endif
}