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

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