kms-buffer: Clean up include order

https://gitlab.gnome.org/GNOME/mutter/merge_requests/584
This commit is contained in:
Jonas Ådahl 2019-05-20 21:01:38 +02:00 committed by Georges Basile Stavracas Neto
parent 52945f383d
commit 08aec58c22
2 changed files with 6 additions and 6 deletions

View File

@ -22,14 +22,14 @@
* Author: Daniel van Vugt <daniel.van.vugt@canonical.com> * Author: Daniel van Vugt <daniel.van.vugt@canonical.com>
*/ */
#include "backends/native/meta-kms-buffer.h"
#include "config.h" #include "config.h"
#include <xf86drm.h> #include "backends/native/meta-kms-buffer.h"
#include <xf86drmMode.h>
#include <drm_fourcc.h> #include <drm_fourcc.h>
#include <errno.h> #include <errno.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#define INVALID_FB_ID 0U #define INVALID_FB_ID 0U

View File

@ -22,11 +22,11 @@
#ifndef META_KMS_BUFFER_H #ifndef META_KMS_BUFFER_H
#define META_KMS_BUFFER_H #define META_KMS_BUFFER_H
#include "backends/native/meta-gpu-kms.h"
#include <gbm.h> #include <gbm.h>
#include <glib-object.h> #include <glib-object.h>
#include "backends/native/meta-gpu-kms.h"
#define META_TYPE_KMS_BUFFER (meta_kms_buffer_get_type ()) #define META_TYPE_KMS_BUFFER (meta_kms_buffer_get_type ())
G_DECLARE_FINAL_TYPE (MetaKmsBuffer, G_DECLARE_FINAL_TYPE (MetaKmsBuffer,
meta_kms_buffer, meta_kms_buffer,