From 4111d535a335005dfbf6afa4d98bd3b863f24681 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 11 Nov 2020 23:48:41 -0800 Subject: [PATCH] remove an extra include --- testing/makefiles/libcommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/makefiles/libcommon.mk b/testing/makefiles/libcommon.mk index 65e5c43b..4de9b979 100644 --- a/testing/makefiles/libcommon.mk +++ b/testing/makefiles/libcommon.mk @@ -32,7 +32,6 @@ ${OBJ_DIR}/%.o: ${top_dir}/testing/%.cpp ${H_FILES} -I${top_dir} \ -I${top_dir}/src \ -I${bundle_path}/../../virtual/cores/arduino \ - -I${bundle_path}/Kaleidoscope-HIDAdaptor-KeyboardioHID/src \ -I${bundle_path}/KeyboardioHID/src \ -I${top_dir}/testing/googletest/googlemock/include \ -I${top_dir}/testing/googletest/googletest/include \