diff options
Diffstat (limited to 'src/ral/backends/opengl/opengl_helpers.h')
-rw-r--r-- | src/ral/backends/opengl/opengl_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ral/backends/opengl/opengl_helpers.h b/src/ral/backends/opengl/opengl_helpers.h index f40bbca..f3059ac 100644 --- a/src/ral/backends/opengl/opengl_helpers.h +++ b/src/ral/backends/opengl/opengl_helpers.h @@ -4,8 +4,8 @@ #include "ral_impl.h" #if defined(CEL_REND_BACKEND_OPENGL) #include "backend_opengl.h" -#include "log.h" #include "file.h" +#include "log.h" #include "ral_types.h" #include <glad/glad.h> |