diff --git a/tests/fsaa.c b/tests/fsaa.c index e5a187a0..73a20563 100644 --- a/tests/fsaa.c +++ b/tests/fsaa.c @@ -30,14 +30,11 @@ //======================================================================== #include +#include #include #include -#ifndef GL_ARB_multisample -#define GL_MULTISAMPLE_ARB 0x809D -#endif - static void window_size_callback(GLFWwindow window, int width, int height) { glViewport(0, 0, width, height);