aboutsummaryrefslogtreecommitdiff
path: root/src/window_texture.c
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-27 19:49:04 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-27 19:49:04 +0200
commitae319fd9ea8d8fb9d755ca05b02cdad5821d448d (patch)
tree87325c3837f8a45740e835824b2dcd629cfd464d /src/window_texture.c
parent432710105944621ed3a10142e2a80ba37c47eb60 (diff)
Reordered source filesHEADmaster
Diffstat (limited to 'src/window_texture.c')
-rw-r--r--src/window_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_texture.c b/src/window_texture.c
index 93b207c..f60951f 100644
--- a/src/window_texture.c
+++ b/src/window_texture.c
@@ -1,4 +1,4 @@
-#include "../include/window_texture.h"
+#include "window_texture.h"
#include <X11/extensions/Xcomposite.h>
#include <stdio.h>