diff --git a/check_clang_format.sh b/check_clang_format.sh index 7ec15615..00067c78 100644 --- a/check_clang_format.sh +++ b/check_clang_format.sh @@ -8,7 +8,6 @@ while read -r CPP_FILE_PATH; do if [[ "$CPP_FILE_PATH" == "./build"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/libcorrect"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/std_replacement"* ]]; then continue; fi - if [[ "$CPP_FILE_PATH" == "./core/src/spdlog"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/src/imgui"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./misc_modules/discord_integration/discord-rpc"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi diff --git a/readme.md b/readme.md index ec0ee081..bb467e48 100644 --- a/readme.md +++ b/readme.md @@ -479,7 +479,6 @@ I will soon publish a contributing.md listing the code style to use. * [SoapySDR (PothosWare)](https://github.com/pothosware/SoapySDR) * [Dear ImGui (ocornut)](https://github.com/ocornut/imgui) -* [spdlog (gabime)](https://github.com/gabime/spdlog) * [json (nlohmann)](https://github.com/nlohmann/json) * [rtaudio](http://www.portaudio.com/) * [Portable File Dialogs](https://github.com/samhocevar/portable-file-dialogs) diff --git a/run_clang_format.sh b/run_clang_format.sh index 46a69297..48f37a8f 100644 --- a/run_clang_format.sh +++ b/run_clang_format.sh @@ -11,7 +11,6 @@ while read -r CPP_FILE_PATH; do if [[ "$CPP_FILE_PATH" == "./build"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/libcorrect"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/std_replacement"* ]]; then continue; fi - if [[ "$CPP_FILE_PATH" == "./core/src/spdlog"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./core/src/imgui"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./misc_modules/discord_integration/discord-rpc"* ]]; then continue; fi if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi diff --git a/source_modules/hackrf_source/src/main.cpp b/source_modules/hackrf_source/src/main.cpp index d9db8938..a70fd579 100644 --- a/source_modules/hackrf_source/src/main.cpp +++ b/source_modules/hackrf_source/src/main.cpp @@ -12,7 +12,6 @@ #include #else #include -#include #include #endif