shithub: cstory

Download patch

ref: f2a82d09bd2bded8f2fc32634cccf7ee862fbf95
parent: d7733004d06003f743819a16f0c309819faef571
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 15 16:37:10 EDT 2020

Remove unneeded `#include`

--- a/src/Backends/Window-OpenGL.h
+++ b/src/Backends/Window-OpenGL.h
@@ -1,7 +1,5 @@
 #pragma once
 
-#include "../WindowsWrapper.h"
-
 bool WindowBackend_OpenGL_CreateWindow(const char *window_title, int *screen_width, int *screen_height, bool fullscreen);
 void WindowBackend_OpenGL_DestroyWindow(void);
 void WindowBackend_OpenGL_Display(void);