summaryrefslogtreecommitdiff
path: root/src/effects/moving_ellipse_effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/moving_ellipse_effect.cc')
-rw-r--r--src/effects/moving_ellipse_effect.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/moving_ellipse_effect.cc b/src/effects/moving_ellipse_effect.cc
index e641927..6fb0195 100644
--- a/src/effects/moving_ellipse_effect.cc
+++ b/src/effects/moving_ellipse_effect.cc
@@ -1,9 +1,10 @@
// This file is part of the 64k demo project.
// It implements the MovingEllipseEffect.
-#include "gpu/demo_effects.h"
+#include "effects/moving_ellipse_effect.h"
#include "gpu/gpu.h"
#include "gpu/post_process_helper.h"
+#include "gpu/shaders.h"
// --- MovingEllipseEffect ---
MovingEllipseEffect::MovingEllipseEffect(const GpuContext& ctx) : Effect(ctx) {