Cleanup: remove redundant GPU headers

This commit is contained in:
2022-06-22 14:59:42 +10:00
parent b8289eb1b9
commit 75f0aaab3d
54 changed files with 8 additions and 133 deletions

View File

@@ -13,8 +13,6 @@
#include <Python.h>
#include "MEM_guardedalloc.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
@@ -31,7 +29,6 @@
#include "GPU_texture.h"
#include "GPU_viewport.h"
#include "ED_view3d.h"
#include "ED_view3d_offscreen.h"
#include "../mathutils/mathutils.h"