mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-24 23:00:10 +01:00
clients: screenshot: Sort imports
In preparation for more additions. Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
106beccc91
commit
4d43e63ab5
1 changed files with 17 additions and 17 deletions
|
|
@ -24,27 +24,27 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <pixman.h>
|
|
||||||
#include <cairo.h>
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <cairo.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include <pixman.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
#include "weston-output-capture-client-protocol.h"
|
|
||||||
|
#include "pixel-formats.h"
|
||||||
|
#include "shared/file-util.h"
|
||||||
#include "shared/os-compatibility.h"
|
#include "shared/os-compatibility.h"
|
||||||
#include "shared/xalloc.h"
|
#include "shared/xalloc.h"
|
||||||
#include "shared/file-util.h"
|
#include "weston-output-capture-client-protocol.h"
|
||||||
#include "pixel-formats.h"
|
|
||||||
|
|
||||||
struct screenshooter_app {
|
struct screenshooter_app {
|
||||||
struct wl_registry *registry;
|
struct wl_registry *registry;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue