simgear/scene/sky/sky.cxx: Include sg_inlines.h with simgear/ prefix as all other simgear includes.

This commit is contained in:
Anders Gidenstam 2010-11-26 21:49:30 +01:00
parent a6138b3445
commit 4cac366468

View File

@ -31,7 +31,7 @@
#include <simgear/math/sg_random.h>
#include <simgear/scene/util/RenderConstants.hxx>
#include <sg_inlines.h>
#include <simgear/sg_inlines.h>
#include <osg/StateSet>
#include <osg/Depth>