Remove redundant includes

This commit is contained in:
Andrei Kortunov 2019-02-22 23:16:47 +04:00
parent ba491a8af0
commit 3032b177a1
129 changed files with 8 additions and 230 deletions

View file

@ -25,7 +25,6 @@
#include <osg/Billboard>
#include <osg/Geometry>
#include <osg/Notify>
#include <osg/Texture>
#include <osg/Timer>
#include <osg/io_utils>
@ -36,7 +35,6 @@
#include <typeinfo>
#include <algorithm>
#include <numeric>
#include <sstream>
#include <iterator>