diff --git a/example/example.cpp b/example/example.cpp index 6ea548f1..dea76f2f 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -22,8 +22,8 @@ void syslog_example(); void custom_flags_example(); #include "spdlog/spdlog.h" -#include "spdlog/cfg/env.h" // support for loading levels from the environment variable -#include "spdlog/fmt/ostr.h" +#include "spdlog/cfg/env.h" // support for loading levels from the environment variable +#include "spdlog/fmt/ostr.h" // support for user defined types int main(int, char *[]) { @@ -222,7 +222,6 @@ void multi_sink_example() } // User defined types logging by implementing operator<< -#include "spdlog/fmt/ostr.h" // must be included struct my_type { int i;