Cleanup: remove private babeltrace.h
[babeltrace.git] / tests / lib / test_trace_ir_ref.c
index f4837c9081ec9acaeabb2600743dd062d336af93..72bbbd6b7321b71ed8c8605bb4a27cb81308533b 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <stdio.h>
 #include "tap/tap.h"
 #include <babeltrace2/babeltrace.h>
-#include <babeltrace2/object-internal.h>
-#include <babeltrace2/compat/stdlib-internal.h>
-#include <babeltrace2/assert-internal.h>
+#include "lib/object.h"
+#include "compat/stdlib.h"
+#include "common/assert.h"
+#include <babeltrace2/ctf-writer/writer.h>
+#include <babeltrace2/ctf-writer/clock.h>
+#include <babeltrace2/ctf-writer/clock-class.h>
+#include <babeltrace2/ctf-writer/stream.h>
+#include <babeltrace2/ctf-writer/event.h>
+#include <babeltrace2/ctf-writer/event-types.h>
+#include <babeltrace2/ctf-writer/event-fields.h>
+#include <babeltrace2/ctf-writer/stream-class.h>
+#include <babeltrace2/ctf-writer/trace.h>
 #include "common.h"
 
 #define NR_TESTS 37
This page took 0.023836 seconds and 4 git commands to generate.