diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-02 21:45:36 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-02 21:45:36 +0200 |
commit | 43e3e53afc4a8777592333717cfc4f4b304051eb (patch) | |
tree | a6201a727a509b699d4f36ce8173e89a9ad0b286 | |
parent | 0aca7a68281150f1f0ec9f596f838dccdae55b72 (diff) |
fix some shito
-rw-r--r-- | src/OpenGLSupport.h | 2 | ||||
-rw-r--r-- | src/libui_sdl/OSD.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/OpenGLSupport.h b/src/OpenGLSupport.h index a4d6124..6130c8e 100644 --- a/src/OpenGLSupport.h +++ b/src/OpenGLSupport.h @@ -120,8 +120,6 @@ \ func(GLCOLORMASKI, glColorMaski); \ \ - func(GLMEMORYBARRIER, glMemoryBarrier); \ - \ func(GLGETSTRINGI, glGetStringi); \ diff --git a/src/libui_sdl/OSD.cpp b/src/libui_sdl/OSD.cpp index 7e8c8f7..bce14c1 100644 --- a/src/libui_sdl/OSD.cpp +++ b/src/libui_sdl/OSD.cpp @@ -20,7 +20,7 @@ #include <string.h> #include <queue> #include <SDL2/SDL.h> -#include "types.h" +#include "../types.h" #include "OSD.h" #include "libui/ui.h" |