Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Remove unused include in wlr_region.h
Browse files Browse the repository at this point in the history
  • Loading branch information
L-as committed Apr 8, 2018
1 parent 325b587 commit 7ccc1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/wlr_region.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <wayland-server.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_region.h>

static void region_add(struct wl_client *client, struct wl_resource *resource,
Expand Down

0 comments on commit 7ccc1d7

Please sign in to comment.