Rename: <some/internal-header.h> -> "some/internal-header.h"
[babeltrace.git] / src / ctf-writer / assert-pre.h
index 5811d7d42a518b38b6b3fea98977ade9bbf7dee6..0291190d93059c57e12e0cbeb012baf499ac126a 100644 (file)
  */
 
 /*
- * The macros in this header use macros defined in
- * <logging/log.h>. We don't want this header to
- * automatically include <logging/log.h> because you
- * need to manually define BT_LOG_TAG before including
- * <logging/log.h> and it is unexpected that you
- * also need to define it before including this header.
+ * The macros in this header use macros defined in "logging/log.h". We
+ * don't want this header to automatically include "logging/log.h"
+ * because you need to manually define BT_LOG_TAG before including
+ * "logging/log.h" and it is unexpected that you also need to define it
+ * before including this header.
  *
- * This is a reminder that in order to use
- * <ctf-writer/assert-pre.h>, you also need to use logging
- * explicitly.
+ * This is a reminder that in order to use "ctf-writer/assert-pre.h",
+ * you also need to use logging explicitly.
  */
 
 #ifndef BABELTRACE_LOGGING_INTERNAL_H
-# error Include <logging/log.h> before this header.
+# error Include "logging/log.h" before this header.
 #endif
 
 #include <stdlib.h>
This page took 0.025661 seconds and 4 git commands to generate.