X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-internal.h;fp=include%2Flttng%2Fevent-internal.h;h=8d03fbdec5680c10fd861b02dfe92bac8e5fd379;hp=7370d0510730eb77d4f039bd62c828c911c5c47c;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/event-internal.h b/include/lttng/event-internal.h index 7370d0510..8d03fbdec 100644 --- a/include/lttng/event-internal.h +++ b/include/lttng/event-internal.h @@ -15,10 +15,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_userspace_probe_location; struct lttng_event_extended { @@ -39,8 +35,4 @@ struct lttng_event_extended { struct lttng_event *lttng_event_copy(const struct lttng_event *event); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_EVENT_INTERNAL_H */