Moved #include <osg/Timer> from Viewer to OsgCameraGroup.

This commit is contained in:
Robert Osfield
2003-04-17 15:27:17 +00:00
parent d0aac6e6f0
commit 9329717aa0
2 changed files with 1 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include <Producer/CameraGroup>
#include <osg/Timer>
#include <osg/ArgumentParser>
#include <osg/ApplicationUsage>
#include <osg/Group>

View File

@@ -14,7 +14,6 @@
#ifndef OSG_VIEWER_H
#define OSG_VIEWER_H
#include <osg/Timer>
#include <osg/NodeVisitor>
#include <osg/ArgumentParser>
#include <osg/ApplicationUsage>