Removed space from #include.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14326 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-06-30 08:20:30 +00:00
parent 4c18eb62ca
commit 1581699022

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
}