.deb build fixes

This commit is contained in:
Luke
2020-05-02 21:19:46 +12:00
parent b5c7a47249
commit 2e54242e55
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
// Return show-stopping errors, otherwise map error to a log level
use crate::{config::Config, virt_device::VirtKeys};
use gumdrop::Options;
use log::{debug, error, info, warn};
use rog_aura::{aura_brightness_bytes, error::AuraError, BuiltInModeByte};
use rusb::DeviceHandle;