mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
chore: EiEventQueueBuffer remove unneeded includes
This commit is contained in:
parent
97367a20c5
commit
6147e9604b
@ -14,7 +14,6 @@
|
||||
#include "mt/Thread.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@ -8,12 +8,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "base/IEventQueueBuffer.h"
|
||||
#include "deskflow/IScreen.h"
|
||||
#include "mt/Thread.h"
|
||||
#include "platform/EiScreen.h"
|
||||
|
||||
#include <libei.h>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user