From 9398521006e0eaf2a7a9b1f3ec71c65226551a0f Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Mon, 2 May 2022 04:23:39 -0400 Subject: Revert "gc_adapter: fix libusb import on GCC11.2" This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f. --- src/input_common/drivers/gc_adapter.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/input_common/drivers/gc_adapter.cpp') diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp index a2880b9be..27a0ffb0d 100644 --- a/src/input_common/drivers/gc_adapter.cpp +++ b/src/input_common/drivers/gc_adapter.cpp @@ -2,11 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include -#ifdef _WIN32 #include -#else -#include -#endif #include "common/logging/log.h" #include "common/param_package.h" -- cgit v1.2.3