Reorder includes in an attempt to avoid compile problems under Cygwin.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user