mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[input] Clean out more keys.h refs
This commit is contained in:
parent
33e48025dd
commit
803c9defae
3 changed files with 5 additions and 4 deletions
|
@ -190,8 +190,10 @@ include_qf_vulkan = \
|
|||
include/QF/Vulkan/swapchain.h
|
||||
|
||||
# headers shared with ruamoko
|
||||
qfcc_include_qf = include/QF/keys.h
|
||||
qfcc_include_qf_input = include/QF/input/binding.h
|
||||
qfcc_include_qf = include/QF/input.h
|
||||
qfcc_include_qf_input = \
|
||||
include/QF/input/binding.h \
|
||||
include/QF/input/imt.h
|
||||
|
||||
qf_includedir = $(includedir)/QF
|
||||
qf_gl_includedir = $(includedir)/QF/GL
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#ifndef __QF_input_h
|
||||
#define __QF_input_h
|
||||
|
||||
#include "QF/keys.h"
|
||||
|
||||
typedef struct in_axisinfo_s {
|
||||
int deviceid;
|
||||
int axis;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "QF/input.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/gib.h"
|
||||
#include "QF/keys.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "old_keys.h"
|
||||
|
|
Loading…
Reference in a new issue