Rename: <some/internal-header.h> -> "some/internal-header.h"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 14 Jun 2019 21:08:08 +0000 (17:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 20 Jun 2019 18:01:16 +0000 (14:01 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Icad3fb88de3c5c2e6658c44dc00ece97cb1096b8
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1440
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/ctf-writer/assert-pre.h
src/lib/assert-pre.h
src/lib/trace-ir/event.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>
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>
index 7b5c2544dc57e17b7a3fa44cbdb9b03f107863a6..e1d3e441b639964bb44f7eb1ddd9dc452671573f 100644 (file)
@@ -26,7 +26,7 @@
 
 /* Protection: this file uses BT_LIB_LOG*() macros directly */
 #ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H
-# error Please include <lib/lib-logging.h> before including this file.
+# error Please include "lib/lib-logging.h" before including this file.
 #endif
 
 #include "lib/assert-pre.h"
This page took 0.026093 seconds and 4 git commands to generate.