From a680d1eff9ee796a294761dbdffe62cae4cda161 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sun, 14 Oct 2018 13:34:26 -0700 Subject: formatter: update clang-format and fix-up file(s) clang-format-6.0 introduced new changes, also then updates to .clang-format introduce more new changes. Change-Id: Iec9f84e3a7a5bf254d66eee46cdc9b3070e06687 Signed-off-by: Patrick Venture --- serialize.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'serialize.hpp') diff --git a/serialize.hpp b/serialize.hpp index 132df58..e0fc89a 100644 --- a/serialize.hpp +++ b/serialize.hpp @@ -1,10 +1,10 @@ #pragma once +#include "config.h" + #include #include #include -#include "config.h" - #include namespace cereal -- cgit v1.2.1