summaryrefslogtreecommitdiff
path: root/src/x11/session.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-07-10 10:36:24 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231 (patch)
treeb2dbb261e756f8b7a3c5e0ba2241546fe05901c0 /src/x11/session.h
parent92f4ffc0dd66faa77a96e130562b77c716e26f3b (diff)
downloadmutter-2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231.tar.gz
Clean up include macros mess
The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
Diffstat (limited to 'src/x11/session.h')
-rw-r--r--src/x11/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/session.h b/src/x11/session.h
index e991ffc98..86d3489e9 100644
--- a/src/x11/session.h
+++ b/src/x11/session.h
@@ -29,7 +29,7 @@
#ifndef META_SESSION_H
#define META_SESSION_H
-#include "window-private.h"
+#include "core/window-private.h"
typedef struct _MetaWindowSessionInfo MetaWindowSessionInfo;