Reorder includes in an attempt to avoid compile problems under Cygwin.

This commit is contained in:
Robert Osfield
2007-12-20 10:48:23 +00:00
parent da872bb279
commit 3ffe7de6a3
3 changed files with 10 additions and 10 deletions

View File

@@ -11,6 +11,9 @@
* OpenSceneGraph Public License for more details.
*/
#include <osg/Notify>
#include <osg/ref_ptr>
#include <osg/io_utils>
#if defined(WIN32) && !defined(__CYGWIN__)
#include <Io.h>
@@ -30,11 +33,9 @@
#include <memory.h>
#include <stdlib.h>
#include <iostream>
#include <cmath>
#include "CameraConfig.h"
#include <osg/Notify>
#include <osg/ref_ptr>
#include <osg/io_utils>
using namespace osgProducer;