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

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