commit | dc4a7f9b613ce47d472c9fb90d07632dc1d2313a | [log] [tgz] |
---|---|---|
author | Billy Donahue <billy.donahue@gmail.com> | Thu Jan 17 11:07:53 2019 -0500 |
committer | Billy Donahue <billy.donahue@gmail.com> | Thu Jan 17 11:11:55 2019 -0500 |
tree | f613b85cbcb0ade298a2d76312715f23815ef734 | |
parent | 21a418563406acb42484eff33da0a354a671effc [diff] [blame] |
Reapply clang-format. $ clang-format -i -style=file \ $(find . | egrep '.*\.(h|cpp|inl)$')
diff --git a/include/json/assertions.h b/include/json/assertions.h index 9bf076f..b722548 100644 --- a/include/json/assertions.h +++ b/include/json/assertions.h
@@ -6,8 +6,8 @@ #ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED #define CPPTL_JSON_ASSERTIONS_H_INCLUDED -#include <sstream> #include <cstdlib> +#include <sstream> #if !defined(JSON_IS_AMALGAMATION) #include "config.h"