mirror of https://github.com/MidnightCommander/mc
lib/keybind.h: remove unneeded includes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
eefc7c1275
commit
93a4ecc11e
|
@ -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 **********************************************/
|
||||
|
|
Loading…
Reference in New Issue