Просмотр исходного кода

Revert "gc_adapter: fix libusb import on GCC11.2"

This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
Morph 4 лет назад
Родитель
Сommit
9398521006
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/input_common/drivers/gc_adapter.cpp

+ 0 - 4
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"