From 4955801334311971b73dbe908b628234e6aa0ba6 Mon Sep 17 00:00:00 2001 From: dey-r <111530186+dey-r@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:45:12 -0700 Subject: [PATCH] [Infineon] Code Cleanup of All Clusters, All Clusters Minimal and Lighting App (#23087) --- examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp | 1 - examples/all-clusters-minimal-app/infineon/psoc6/src/AppTask.cpp | 1 - examples/lighting-app/infineon/psoc6/src/AppTask.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp b/examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp index 4e0d1c8cf731e8..54cc0a74a29635 100644 --- a/examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp +++ b/examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp @@ -23,7 +23,6 @@ #include "AppEvent.h" #include "ButtonHandler.h" #include "LEDWidget.h" -#include "qrcodegen.h" #include #include #include diff --git a/examples/all-clusters-minimal-app/infineon/psoc6/src/AppTask.cpp b/examples/all-clusters-minimal-app/infineon/psoc6/src/AppTask.cpp index 13eb9e09e01431..a6d17539331230 100644 --- a/examples/all-clusters-minimal-app/infineon/psoc6/src/AppTask.cpp +++ b/examples/all-clusters-minimal-app/infineon/psoc6/src/AppTask.cpp @@ -23,7 +23,6 @@ #include "AppEvent.h" #include "ButtonHandler.h" #include "LEDWidget.h" -#include "qrcodegen.h" #include #include #include diff --git a/examples/lighting-app/infineon/psoc6/src/AppTask.cpp b/examples/lighting-app/infineon/psoc6/src/AppTask.cpp index 811f5ec2389cb9..64bd0c189fb377 100644 --- a/examples/lighting-app/infineon/psoc6/src/AppTask.cpp +++ b/examples/lighting-app/infineon/psoc6/src/AppTask.cpp @@ -22,7 +22,6 @@ #include "AppEvent.h" #include "ButtonHandler.h" #include "LEDWidget.h" -#include "qrcodegen.h" #include #include #include