mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -56,7 +56,6 @@
|
||||
#include "backends/meta-virtual-monitor.h"
|
||||
#include "backends/x11/meta-monitor-manager-xrandr.h"
|
||||
#include "clutter/clutter.h"
|
||||
#include "core/main-private.h"
|
||||
#include "core/util-private.h"
|
||||
#include "meta/main.h"
|
||||
#include "meta/meta-x11-errors.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "backends/meta-viewport-info.h"
|
||||
#include "core/main-private.h"
|
||||
#include "core/boxes-private.h"
|
||||
|
||||
typedef struct _ViewInfo ViewInfo;
|
||||
|
Reference in New Issue
Block a user