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

@@ -14,15 +14,13 @@
#ifndef OSGPRODUCER_CAMERA
#define OSGPRODUCER_CAMERA
#include "RenderSurface.h"
#include <osg/Referenced>
#include <osg/Matrix>
#include <osg/Math>
#include <osg/Vec3>
#include <vector>
#include "RenderSurface.h"
#include <osg/Math>
#include <vector>
namespace osgProducer {

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;

View File

@@ -16,8 +16,6 @@
#include <stdio.h>
#include "Camera.h"
#include "RenderSurface.h"
#include <osg/Referenced>
#include <osg/Matrix>
#include <osgViewer/View>
@@ -29,6 +27,9 @@
#include <osg/Vec2>
#include <iostream>
#include "Camera.h"
#include "RenderSurface.h"
//#undef SUPPORT_CPP
namespace osgProducer {