aboutsummaryrefslogtreecommitdiff
path: root/examples/screenshot.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
commitd2c7defa10797b6755904ee43d93bf1275d1777a (patch)
treef4e1974892f71ad1724ed64b042f34c002d43fe2 /examples/screenshot.c
parent85871cb666a8adf8221b0b64049697a9d5ade686 (diff)
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
Merge branch 'master' into output-layout-adjacent
Diffstat (limited to 'examples/screenshot.c')
-rw-r--r--examples/screenshot.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/screenshot.c b/examples/screenshot.c
index 7de2ab8e..c163df75 100644
--- a/examples/screenshot.c
+++ b/examples/screenshot.c
@@ -23,20 +23,20 @@
#define _XOPEN_SOURCE 700
#define _POSIX_C_SOURCE 199309L
+#include <errno.h>
+#include <fcntl.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
+#include <sys/param.h>
#include <sys/wait.h>
#include <unistd.h>
-#include <fcntl.h>
-#include <errno.h>
#include <wayland-client.h>
-#include <limits.h>
-#include <sys/param.h>
-#include <screenshooter-client-protocol.h>
-#include "util/os-compatibility.h"
#include <wlr/util/log.h>
+#include "screenshooter-client-protocol.h"
+#include "util/os-compatibility.h"
static struct wl_shm *shm = NULL;
static struct orbital_screenshooter *screenshooter = NULL;