Normalize C/C++ include guards
[babeltrace.git] / src / lib / trace-ir / packet.h
index c22e7c9f47beaf4083cea89b870a3b7e53e24247..e5292fd4675d3ef7cd3ab2d932638c19831b983a 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright 2016-2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_TRACE_IR_PACKET_INTERNAL_H
-#define BABELTRACE_TRACE_IR_PACKET_INTERNAL_H
+#ifndef BABELTRACE_LIB_TRACE_IR_PACKET_H
+#define BABELTRACE_LIB_TRACE_IR_PACKET_H
 
 #include <stdbool.h>
 #include <babeltrace2/trace-ir/clock-snapshot.h>
@@ -37,4 +37,4 @@ void bt_packet_recycle(struct bt_packet *packet);
 
 void bt_packet_destroy(struct bt_packet *packet);
 
-#endif /* BABELTRACE_TRACE_IR_PACKET_INTERNAL_H */
+#endif /* BABELTRACE_LIB_TRACE_IR_PACKET_H */
This page took 0.024259 seconds and 4 git commands to generate.