mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
kms-buffer: Clean up include order
https://gitlab.gnome.org/GNOME/mutter/merge_requests/584
This commit is contained in:
parent
52945f383d
commit
08aec58c22
@ -22,14 +22,14 @@
|
||||
* Author: Daniel van Vugt <daniel.van.vugt@canonical.com>
|
||||
*/
|
||||
|
||||
#include "backends/native/meta-kms-buffer.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include "backends/native/meta-kms-buffer.h"
|
||||
|
||||
#include <drm_fourcc.h>
|
||||
#include <errno.h>
|
||||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
|
||||
#define INVALID_FB_ID 0U
|
||||
|
||||
|
@ -22,11 +22,11 @@
|
||||
#ifndef META_KMS_BUFFER_H
|
||||
#define META_KMS_BUFFER_H
|
||||
|
||||
#include "backends/native/meta-gpu-kms.h"
|
||||
|
||||
#include <gbm.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "backends/native/meta-gpu-kms.h"
|
||||
|
||||
#define META_TYPE_KMS_BUFFER (meta_kms_buffer_get_type ())
|
||||
G_DECLARE_FINAL_TYPE (MetaKmsBuffer,
|
||||
meta_kms_buffer,
|
||||
|
Loading…
Reference in New Issue
Block a user