summaryrefslogtreecommitdiff
path: root/tools/shadertoy/template.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shadertoy/template.cc')
-rw-r--r--tools/shadertoy/template.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shadertoy/template.cc b/tools/shadertoy/template.cc
index 81c39ba..bcaea3b 100644
--- a/tools/shadertoy/template.cc
+++ b/tools/shadertoy/template.cc
@@ -2,8 +2,8 @@
// ShaderToy effect implementation - REPLACE THIS LINE
// TODO: Update description, rename class
-#include "effects/shadertoy_effect.h"
#include "effects/shaders.h"
+#include "effects/shadertoy_effect.h"
#include "gpu/gpu.h"
#include "gpu/post_process_helper.h"
#include "util/fatal_error.h"