aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/drivers/gc_adapter.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-05-02 04:23:39 -0400
committerGitHub <noreply@github.com>2022-05-02 04:23:39 -0400
commit9398521006e0eaf2a7a9b1f3ec71c65226551a0f (patch)
tree9fa9e8080c55f9a7cec0eeb3836f2318a1224772 /src/input_common/drivers/gc_adapter.cpp
parentf72f4377f4cbbe45e5a43bb67c7245737ffa135f (diff)
Revert "gc_adapter: fix libusb import on GCC11.2"
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
Diffstat (limited to 'src/input_common/drivers/gc_adapter.cpp')
-rw-r--r--src/input_common/drivers/gc_adapter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp
index a2880b9be2..27a0ffb0dc 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 <fmt/format.h>
-#ifdef _WIN32
#include <libusb.h>
-#else
-#include <libusb-1.0/libusb.h>
-#endif
#include "common/logging/log.h"
#include "common/param_package.h"