summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBossCode45 <boss@tehbox.org>2025-05-06 18:00:13 +1200
committerBossCode45 <boss@tehbox.org>2025-05-06 18:00:13 +1200
commitecc333d03abe308ce47c05345f8f90ae6a01b215 (patch)
tree6aa4cc449bf9289c2ac8414931f8a536299c4490 /src/config.h
parentd1d4a63d4473cd4910b678cf5b385f622186fbd3 (diff)
parentbc9c5f43f5c8108c3d617716b2c3aeaf553a03e3 (diff)
downloadYATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.tar.gz
YATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.zip
Merge branch 'nix'
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 452db9c..55e4fd3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,8 +1,8 @@
#pragma once
-#include "commands.h"
#include <X11/X.h>
#include <X11/keysym.h>
+#include "commands.h"
#include <string>
#include <vector>