Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/gawain/gwn_py_api.c')
-rw-r--r--source/blender/python/gawain/gwn_py_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/gawain/gwn_py_api.c b/source/blender/python/gawain/gwn_py_api.c
index d79ef070649..1f7a1297448 100644
--- a/source/blender/python/gawain/gwn_py_api.c
+++ b/source/blender/python/gawain/gwn_py_api.c
@@ -27,8 +27,8 @@
#include <Python.h>
-#include "gawain/gwn_batch.h"
-#include "gawain/gwn_vertex_format.h"
+#include "GPU_batch.h"
+#include "GPU_vertex_format.h"
#include "gwn_py_api.h"
#include "gwn_py_types.h"