summaryrefslogtreecommitdiff
path: root/src/gpu/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effect.h')
-rw-r--r--src/gpu/effect.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/effect.h b/src/gpu/effect.h
index 7e5e2ce..77504bd 100644
--- a/src/gpu/effect.h
+++ b/src/gpu/effect.h
@@ -4,12 +4,6 @@
#include <memory>
#include <vector>
-#if defined(DEMO_CROSS_COMPILE_WIN32)
-#include <webgpu/webgpu.h>
-#else
-#include <webgpu.h>
-#endif /* defined(DEMO_CROSS_COMPILE_WIN32) */
-
class MainSequence;
class PostProcessEffect;