remove unneeded includes in public headers

Replace with forward declarations if needed and includes in .cpp that
now need them.
The idea here is to have our headers have the least amount of impact as
possible on our clients (e.g. compilation time).
This commit is contained in:
Mathias Agopian
2020-01-14 18:41:12 -08:00
committed by Mathias Agopian
parent 88e8661bf3
commit 3105a8330e
63 changed files with 175 additions and 49 deletions

View File

@@ -28,6 +28,7 @@
#include <filament/Material.h>
#include <filament/MaterialInstance.h>
#include <filament/RenderableManager.h>
#include <filament/TextureSampler.h>
#include <filament/TransformManager.h>
#include <filament/Scene.h>
#include <filament/Texture.h>