X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta.hpp;h=87469d3bace37480d4a36e40d208e696710b731f;hb=507d9140a9f7fba601a53b9ae210f82e8cc3f041;hp=24dc01a5527b8a44aa85841d3e70a8875ba6540d;hpb=ecd7492f21a492b70569d5ecc1d3a808241b63f0;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/ctf-meta.hpp b/src/plugins/ctf/common/metadata/ctf-meta.hpp index 24dc01a5..87469d3b 100644 --- a/src/plugins/ctf/common/metadata/ctf-meta.hpp +++ b/src/plugins/ctf/common/metadata/ctf-meta.hpp @@ -7,15 +7,16 @@ #ifndef _CTF_META_H #define _CTF_META_H -#include -#include "common/common.h" -#include "common/uuid.h" -#include "common/assert.h" #include -#include #include #include +#include + +#include "common/assert.h" +#include "common/common.h" +#include "common/uuid.h" + enum ctf_field_class_type { CTF_FIELD_CLASS_TYPE_INT,