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

@@ -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>