lib/keybind.h: remove unneeded includes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2021-09-19 14:43:18 +03:00
parent eefc7c1275
commit 93a4ecc11e
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#ifndef MC__KEYBIND_H
#define MC__KEYBIND_H
#include <sys/types.h>
#include <sys/time.h> /* time_t */
#include "lib/global.h"
/*** typedefs(not structures) and defined constants **********************************************/