wayland protocol headers: use double-quote for includes

These headers are not installed so we should look for these locally
This commit is contained in:
Dominique Martinet 2018-02-15 07:17:02 +01:00
parent 6ae96c4832
commit d1b28ec812
4 changed files with 9 additions and 9 deletions

View file

@ -1,12 +1,12 @@
#define _XOPEN_SOURCE 700
#include <assert.h>
#include <gtk-primary-selection-protocol.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <wlr/types/wlr_primary_selection.h>
#include <wlr/types/wlr_seat.h>
#include <wlr/util/log.h>
#include "gtk-primary-selection-protocol.h"
#include "util/signal.h"
static void offer_handle_receive(struct wl_client *client,

View file

@ -1,9 +1,9 @@
#include <assert.h>
#include <server-decoration-protocol.h>
#include <stdlib.h>
#include <wlr/types/wlr_server_decoration.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/util/log.h>
#include "server-decoration-protocol.h"
#include "util/signal.h"
static void server_decoration_handle_release(struct wl_client *client,