Skip to content

Commit

Permalink
fix: move using statement to 4series only
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed Oct 4, 2024
1 parent eebddf1 commit f372423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PanasonicProjectorController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Core.Bridges;
using PepperDash.Essentials.Core.Queues;
using PepperDash.Core.Logging;


#if SERIES4
using System.Collections.Generic;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
using TwoWayDisplayBase = PepperDash.Essentials.Devices.Common.Displays.TwoWayDisplayBase;
using PepperDash.Core.Logging;
#else
using PepperDash.Essentials.Core.Routing;
#endif
Expand Down

0 comments on commit f372423

Please sign in to comment.