Remove unused header

This commit is contained in:
K. Lange 2018-04-25 17:42:14 +09:00 committed by Kevin Lange
parent 95542acded
commit 0037a2e84a
3 changed files with 0 additions and 7 deletions

View File

@ -40,8 +40,6 @@
#include <toaru/list.h>
#include <toaru/spinlock.h>
#include <toaru/yutani_ext.h>
#define _DEBUG_YUTANI
#ifdef _DEBUG_YUTANI
#include <toaru/trace.h>

View File

@ -1,3 +0,0 @@
#pragma once

View File

@ -14,8 +14,6 @@
#include <toaru/yutani.h>
#include <toaru/mouse.h>
#include <toaru/yutani_ext.h>
yutani_msg_t * yutani_wait_for(yutani_t * y, uint32_t type) {
do {
yutani_msg_t * out;