Combine internal DRM headers into one

Everything always just included both anyway
This commit is contained in:
Drew DeVault 2017-06-10 12:30:02 -04:00
parent 28e3148bbc
commit 2b06f88f0b
4 changed files with 33 additions and 46 deletions

View file

@ -13,8 +13,7 @@
#include <GLES3/gl3.h>
#include <wayland-server.h>
#include <wlr/backend/interface.h>
#include "backend/drm/backend.h"
#include "backend/drm/drm.h"
#include "backend/drm.h"
#include "common/log.h"
#include "types.h"