Rename: <some/internal-header.h> -> "some/internal-header.h"
[babeltrace.git] / src / lib / assert-pre.h
index c28ec4c45034f9ed09c6bd96bfbd3dc3ab7bc1cb..7636b56a8dce4b739de9601f4ab7fa5ea16373df 100644 (file)
  */
 
 /*
- * The macros in this header use macros defined in
- * <lib/lib-logging.h>. We don't want this header to
- * automatically include <lib/lib-logging.h> because you
- * need to manually define BT_LOG_TAG before including
- * <lib/lib-logging.h> and it is unexpected that you
+ * The macros in this header use macros defined in "lib/lib-logging.h".
+ * We don't want this header to automatically include
+ * "lib/lib-logging.h" because you need to manually define BT_LOG_TAG
+ * before including "lib/lib-logging.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
- * <lib/assert-pre.h>, you also need to use logging
- * explicitly.
+ * This is a reminder that in order to use "lib/assert-pre.h", you also
+ * need to use logging explicitly.
  */
 
 #ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H
-# error Include <lib/lib-logging.h> before this header.
+# error Include "lib/lib-logging.h" before this header.
 #endif
 
 #include <stdlib.h>
This page took 0.024044 seconds and 4 git commands to generate.