Normalize C/C++ include guards
[babeltrace.git] / src / ctf-writer / object-pool.h
index 34679ebf708427ab3d5212903ff84c5055e6caea..fc11823635cb4f5106d1c780ef09621d25cf5b02 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (c) 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_CTF_WRITER_OBJECT_POOL_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_OBJECT_POOL_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_OBJECT_POOL_H
+#define BABELTRACE_CTF_WRITER_OBJECT_POOL_H
 
 /*
  * This is a generic object pool to avoid memory allocation/deallocation
@@ -165,4 +165,4 @@ void bt_ctf_object_pool_recycle_object(struct bt_ctf_object_pool *pool, void *ob
 #endif
 }
 
-#endif /* BABELTRACE_CTF_WRITER_OBJECT_POOL_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_OBJECT_POOL_H */
This page took 0.023095 seconds and 4 git commands to generate.