diff --git a/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h b/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h index f42a07526cf9de13fde141c620607b025c5c5a42..e3cc818b1fcbfeaa908ec4549a5d1d213a731176 100644 --- a/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h +++ b/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h @@ -1,5 +1,5 @@ -#ifndef UNITY_SAMPLE_H -#define UNITY_SAMPLE_H +#ifndef UNITY_IMC_LATENCY_H +#define UNITY_IMC_LATENCY_H #include #include @@ -123,4 +123,4 @@ struct topology_ent { int64_t socket_id; }; -#endif // UNITY_SAMPLE_H +#endif