diff --git a/OpenRGB.h b/OpenRGB.h deleted file mode 100644 index 33f2bf1e..00000000 --- a/OpenRGB.h +++ /dev/null @@ -1 +0,0 @@ -void DetectRGBControllers(); \ No newline at end of file diff --git a/cli.cpp b/cli.cpp index 264f21f5..2d4da7d0 100644 --- a/cli.cpp +++ b/cli.cpp @@ -1,4 +1,3 @@ -#include "OpenRGB.h" #include "AutoStart.h" #include "filesystem.h" #include "ProfileManager.h" diff --git a/main.cpp b/main.cpp index 942bded9..683af3c6 100644 --- a/main.cpp +++ b/main.cpp @@ -9,7 +9,6 @@ #include "ResourceManager.h" #include "NetworkClient.h" #include "NetworkServer.h" -#include "OpenRGB.h" #include "ProfileManager.h" #include "RGBController.h" #include "i2c_smbus.h"