Silence warning in greasepencil-object branch

We don't have warnings in 2.8 because of include order.
But headers shouldn't depend on that for warnings, really.
This commit is contained in:
Dalai Felinto
2018-06-20 18:42:11 +02:00
parent 7d3589e660
commit 2e66e5faca

View File

@@ -28,6 +28,8 @@
*/
struct Depsgraph;
struct DynamicPaintCanvasSettings;
struct DynamicPaintModifierData;
struct Main;
struct Scene;
struct ViewLayer;