diff --git a/spdlite/example/example.cpp b/spdlite/example/example.cpp index c816946a..47fdf06e 100644 --- a/spdlite/example/example.cpp +++ b/spdlite/example/example.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT License (http://opensource.org/licenses/MIT) #include "spdlite/spdlite.h" -#include "spdlite/spdlite_global.h" +#include "spdlite/default_api.h" #define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE #include "spdlite/spdlite_macros.h" diff --git a/spdlite/include/spdlite/spdlite_global.h b/spdlite/include/spdlite/default_api.h similarity index 100% rename from spdlite/include/spdlite/spdlite_global.h rename to spdlite/include/spdlite/default_api.h diff --git a/spdlite/src/spdlite_global.cpp b/spdlite/src/spdlite_default_api.cpp similarity index 92% rename from spdlite/src/spdlite_global.cpp rename to spdlite/src/spdlite_default_api.cpp index 59e82b1d..73a0704d 100644 --- a/spdlite/src/spdlite_global.cpp +++ b/spdlite/src/spdlite_default_api.cpp @@ -1,7 +1,7 @@ // Copyright(c) 2015-present Gabi Melman. // Distributed under the MIT License (http://opensource.org/licenses/MIT) -#include "spdlite/spdlite_global.h" +#include "spdlite/default_api.h" spdlite::logger &spdlite::default_logger() {