mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-12-03 00:51:52 +00:00
Remove extraneous include
This commit is contained in:
parent
cec0081bd4
commit
27f2616d22
@ -25,7 +25,7 @@ elseif(ARCH MATCHES atmega2560)
|
||||
endif()
|
||||
|
||||
project("asdf"
|
||||
VERSION 1.6.3
|
||||
VERSION 1.6.4
|
||||
DESCRIPTION "A customizable keyboard matrix controller for retrocomputers"
|
||||
LANGUAGES C)
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "asdf_config.h"
|
||||
#include "asdf.h"
|
||||
#include "asdf_arch.h"
|
||||
#include "asdf_physical.h"
|
||||
#include "asdf_virtual.h"
|
||||
#include "asdf_hook.h"
|
||||
#include "asdf_keymap_setup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user