Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / multi-lib / callsites.c
index ed86a0ed975f5fbbc9db3e1e7b4a15c71a72001c..d847e5b668a02129673cbb33eff6564696ac63f4 100644 (file)
@@ -7,14 +7,13 @@
 
 #define TRACEPOINT_DEFINE
 #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE
+#include "callsites.h"
 #include "probes.h"
 
+#include <pthread.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <time.h>
-#include <pthread.h>
-
-#include "callsites.h"
 
 #ifndef VALUE
 #define VALUE (-1)
@@ -24,4 +23,3 @@ void call_tracepoint(void)
 {
        tracepoint(multi, tp, VALUE);
 }
-
This page took 0.022686 seconds and 4 git commands to generate.