Remove extraneous include

This commit is contained in:
David Fenyes 2022-12-27 15:30:57 -06:00
parent cec0081bd4
commit 27f2616d22
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,7 @@ elseif(ARCH MATCHES atmega2560)
endif() endif()
project("asdf" project("asdf"
VERSION 1.6.3 VERSION 1.6.4
DESCRIPTION "A customizable keyboard matrix controller for retrocomputers" DESCRIPTION "A customizable keyboard matrix controller for retrocomputers"
LANGUAGES C) LANGUAGES C)

View File

@ -25,7 +25,6 @@
#include "asdf_config.h" #include "asdf_config.h"
#include "asdf.h" #include "asdf.h"
#include "asdf_arch.h" #include "asdf_arch.h"
#include "asdf_physical.h"
#include "asdf_virtual.h" #include "asdf_virtual.h"
#include "asdf_hook.h" #include "asdf_hook.h"
#include "asdf_keymap_setup.h" #include "asdf_keymap_setup.h"