Global pass over optimizing includes (#3862)

This commit is contained in:
Alexander Bock
2025-12-08 20:13:31 +01:00
committed by GitHub
parent e81129c42e
commit 6b20d114c8
234 changed files with 459 additions and 710 deletions

View File

@@ -29,11 +29,9 @@
#include <openspace/rendering/deferredcasterlistener.h>
#include <ghoul/glm.h>
#include <ghoul/misc/dictionary.h>
#include <ghoul/opengl/ghoul_gl.h>
#include <ghoul/opengl/uniformcache.h>
#include <map>
#include <string>
#include <vector>
namespace ghoul { class Dictionary; }