Renamed EnvVar header to os_utils in prep for adding more OS related calls to it

This commit is contained in:
Robert Osfield
2018-01-12 16:48:17 +00:00
parent bfbae8ad12
commit a7cc9664c0
12 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSG_EnvVar
#define OSG_EnvVar 1
#ifndef OSG_osg_utils
#define OSG_osg_utils 1
#include <osg/Config>

View File

@@ -17,7 +17,7 @@
#include <osg/ApplicationUsage>
#include <osg/Object>
#include <osg/Math>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/ref_ptr>
#include <sstream>

View File

@@ -16,7 +16,7 @@
#include <osg/CullSettings>
#include <osg/ArgumentParser>
#include <osg/ApplicationUsage>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/Notify>

View File

@@ -16,7 +16,7 @@
#include <osg/Math>
#include <osg/Notify>
#include <osg/GL>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/ref_ptr>
#include <algorithm>

View File

@@ -15,7 +15,7 @@
#include <osg/Notify>
#include <osg/Math>
#include <osg/buffered_value>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/ApplicationUsage>
#include <stdlib.h>

View File

@@ -18,7 +18,7 @@
#include <osg/View>
#include <osg/GLObjects>
#include <osg/ContextData>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/FrameBufferObject>
#include <osg/Program>

View File

@@ -12,7 +12,7 @@
*/
#include <osg/Notify>
#include <osg/ApplicationUsage>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/ref_ptr>
#include <string>
#include <stdlib.h>

View File

@@ -18,7 +18,7 @@
#include <osg/Drawable>
#include <osg/ApplicationUsage>
#include <osg/ContextData>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <sstream>
#include <algorithm>

View File

@@ -23,7 +23,7 @@
#include <osg/GL>
#include <osg/DeleteHandler>
#include <osg/ApplicationUsage>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <vector>
#include <map>

View File

@@ -16,6 +16,7 @@
#include <osg/DeleteHandler>
#include <osg/io_utils>
#include <osg/os_utils>
#include <osg/TextureRectangle>
#include <osg/TextureCubeMap>
@@ -35,7 +36,6 @@
#include <osgViewer/config/WoWVxDisplay>
#include <osgViewer/config/SingleWindow>
#include <osg/EnvVar>
#include <sstream>
#include <string.h>

View File

@@ -18,7 +18,7 @@
#include <osgViewer/View>
#include <osgViewer/Renderer>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/io_utils>
#include <osg/TextureCubeMap>

View File

@@ -25,7 +25,7 @@
#include <osg/TexMat>
#include <osg/Texture2D>
#include <osg/TextureRectangle>
#include <osg/EnvVar>
#include <osg/os_utils>
#include <osg/io_utils>
#include <osgViewer/Viewer>