tap-driver.sh: flush stdout after each test result
[babeltrace.git] / common / common.c
index 68f537ba0187c08f0f5bfc89fdf83df6babe8d20..f2fd0b82d62f8ca859a0dbd6c34e46ae8633ae48 100644 (file)
@@ -31,7 +31,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <babeltrace/assert-internal.h>
+#include <babeltrace2/assert-internal.h>
 #include <stdarg.h>
 #include <ctype.h>
 #include <glib.h>
 #include <stdio.h>
 #include <wchar.h>
 #include <stdbool.h>
-#include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/common-internal.h>
-#include <babeltrace/compat/unistd-internal.h>
+#include <babeltrace2/babeltrace-internal.h>
+#include <babeltrace2/common-internal.h>
+#include <babeltrace2/compat/unistd-internal.h>
 
 #ifndef __MINGW32__
 #include <pwd.h>
 #endif
 
-#define SYSTEM_PLUGIN_PATH     INSTALL_LIBDIR "/babeltrace/plugins"
+#define SYSTEM_PLUGIN_PATH     INSTALL_LIBDIR "/babeltrace2/plugins"
 #define HOME_ENV_VAR           "HOME"
-#define HOME_PLUGIN_SUBPATH    "/.local/lib/babeltrace/plugins"
+#define HOME_PLUGIN_SUBPATH    "/.local/lib/babeltrace2/plugins"
 
 static const char *bt_common_color_code_reset = "";
 static const char *bt_common_color_code_bold = "";
This page took 0.023135 seconds and 4 git commands to generate.