Update everyone to use new headers

This commit is contained in:
Drew DeVault 2017-06-21 10:27:45 -04:00
parent 53a8b4f127
commit fd91244e83
32 changed files with 68 additions and 48 deletions

View file

@ -3,10 +3,10 @@
#include <wayland-server.h>
#include <assert.h>
#include <wlr/backend/interface.h>
#include <wlr/types.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_input_device.h>
#include "backend/wayland.h"
#include "common/log.h"
#include "types.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>

View file

@ -4,9 +4,8 @@
#include <stdlib.h>
#include <string.h>
#include <wayland-client.h>
#include <wlr/types.h>
#include <GLES3/gl3.h>
#include "types.h"
#include <wlr/interfaces/wlr_output.h>
#include "backend/wayland.h"
#include "common/log.h"

View file

@ -2,8 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include <wayland-client.h>
#include <wlr/types.h>
#include "types.h"
#include "backend/wayland.h"
#include "common/log.h"

View file

@ -4,8 +4,10 @@
#include <stdint.h>
#include <string.h>
#include <wayland-client.h>
#include <wlr/types.h>
#include "types.h"
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_input_device.h>
#include <wlr/interfaces/wlr_pointer.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include "backend/wayland.h"
#include "common/log.h"