mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 17:45:59 +01:00
Avoid 38 files to compile every time a shader is modified.
This commit is contained in:
parent
7a775c0584
commit
5ff44467d7
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#include "Shaders.hpp"
|
||||
#include "OpenGL.hpp"
|
||||
#include "../Compositor.hpp"
|
||||
#include "../helpers/MiscFunctions.hpp"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <cairo/cairo.h>
|
||||
|
||||
#include "Shaders.hpp"
|
||||
#include "Shader.hpp"
|
||||
#include "Texture.hpp"
|
||||
#include "Framebuffer.hpp"
|
||||
|
|
Loading…
Reference in a new issue