backend/x11: Make header order consistent

This commit is contained in:
Scott Anderson 2018-11-11 11:58:14 +13:00
parent 51a283cbe4
commit ab2c57984b
5 changed files with 35 additions and 17 deletions

View file

@ -1,10 +1,13 @@
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_pointer.h>
#include <wlr/util/log.h>
#include "backend/x11.h"
#include "util/signal.h"