Normalize C/C++ include guards
[babeltrace.git] / src / ctf-writer / resolve.h
index 7d72e9343bf94beab3034d6ee0f2a8d0a494d68d..15837bf69615bae1b9f9d83d22c6623c028ba83d 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_RESOLVE_H
+#define BABELTRACE_CTF_WRITER_RESOLVE_H
 
 #include <babeltrace2-ctf-writer/field-types.h>
 #include "common/macros.h"
@@ -48,4 +48,4 @@ int bt_ctf_resolve_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *event_payload_type,
                enum bt_ctf_resolve_flag flags);
 
-#endif /* BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_RESOLVE_H */
This page took 0.026065 seconds and 4 git commands to generate.