X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-update-text-array-sequence.cpp;h=2e59529faa037f9423dd456b108f5eeffabcbdd2;hb=c802cacb9f0879a42e01575595a75bbefe7d3db9;hp=8f6280e1eb8c41ede61a0c79c2c08502eb953822;hpb=145eca9d9f8caf8c3c084ec82b43dc1ee52870d2;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/ctf-meta-update-text-array-sequence.cpp b/src/plugins/ctf/common/metadata/ctf-meta-update-text-array-sequence.cpp index 8f6280e1..2e59529f 100644 --- a/src/plugins/ctf/common/metadata/ctf-meta-update-text-array-sequence.cpp +++ b/src/plugins/ctf/common/metadata/ctf-meta-update-text-array-sequence.cpp @@ -4,13 +4,15 @@ * Copyright 2018 Philippe Proulx */ -#include -#include "common/macros.h" -#include "common/assert.h" #include +#include #include #include -#include + +#include + +#include "common/assert.h" +#include "common/macros.h" #include "ctf-meta-visitors.hpp"