X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;fp=include%2Flttng%2Fhealth-internal.h;h=ceda0a8dd5b027321c514885ea6d4124e717b710;hp=875cc960b329a015de2af81962a4c4a6fba2563a;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/health-internal.h b/include/lttng/health-internal.h index 875cc960b..ceda0a8dd 100644 --- a/include/lttng/health-internal.h +++ b/include/lttng/health-internal.h @@ -17,10 +17,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * These are the value added to the current state depending of the position in * the thread where is either waiting on a poll() or running in the code. @@ -120,8 +116,4 @@ int health_check_state(struct health_app *ha, int type); void health_register(struct health_app *ha, int type); void health_unregister(struct health_app *ha); -#ifdef __cplusplus -} -#endif - #endif /* HEALTH_INTERNAL_H */