main: Move rect related macro to util-private.h

No reason that it should be in main-private.h, lets place it in
util-private.h. This also mean we can remove main-private.h.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1833>
This commit is contained in:
Jonas Ådahl
2021-03-03 17:35:26 +01:00
committed by Marge Bot
parent c6329807c2
commit b0a73f04b7
6 changed files with 6 additions and 10 deletions

View File

@ -32,7 +32,6 @@
#include "backends/meta-logical-monitor.h"
#include "cogl/cogl.h"
#include "core/frame.h"
#include "core/main-private.h"
#include "core/meta-workspace-manager-private.h"
#include "core/window-private.h"
#include "meta/group.h"