Normalize C/C++ include guards
[babeltrace.git] / src / ctf-writer / stream-class.h
index ab54ce73db762c161437ebf565a1343b0749af36..1a8a0f1724721411bcd64ecde5fec230b77d9a31 100644 (file)
@@ -7,8 +7,8 @@
  * http://www.efficios.com/ctf
  */
 
-#ifndef BABELTRACE_CTF_WRITER_STREAM_CLASS_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_STREAM_CLASS_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_STREAM_CLASS_H
+#define BABELTRACE_CTF_WRITER_STREAM_CLASS_H
 
 #include "common/assert.h"
 #include "common/macros.h"
@@ -508,4 +508,4 @@ int bt_ctf_stream_class_map_clock_class(
                struct bt_ctf_field_type *packet_context_type,
                struct bt_ctf_field_type *event_header_type);
 
-#endif /* BABELTRACE_CTF_WRITER_STREAM_CLASS_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_STREAM_CLASS_H */
This page took 0.023667 seconds and 4 git commands to generate.