spdlog/include/spdlog/details
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
2017-11-11 13:44:27 +01:00
..
async_log_helper.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
async_logger_impl.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
file_helper.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
log_msg.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
logger_impl.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
mpmc_bounded_q.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
null_mutex.h astyle 2016-04-20 11:57:49 +03:00
os.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
pattern_formatter_impl.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
registry.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
spdlog_impl.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00