X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Fust_tests_hello.h;h=5ad67f48076aa851233b670523de5728e11e2cca;hb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;hp=9e5043ddc6902760b931883894bcaf05bd893df3;hpb=d4419b81b243bc3a6bdd4a09b3ca2216d044a1c7;p=lttng-ust.git diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 9e5043dd..5ad67f48 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -26,7 +26,7 @@ extern "C" { * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include TRACEPOINT_EVENT(ust_tests_hello_tptest, TP_PROTO(int anint, int netint, long *values, @@ -64,7 +64,7 @@ TRACEPOINT_EVENT_NOARGS(ust_tests_hello_tptest_sighandler, #define TRACEPOINT_INCLUDE_FILE ust_tests_hello /* This part must be outside protection */ -#include +#include #ifdef __cplusplus }