*
* ---------------------------------------------------------------------------*/
-#ifndef PROFILER_REPORT_JSON_H
-#define PROFILER_REPORT_JSON_H
+#pragma once
#include <stdio.h>
#include "BeginPrivate.h"
-#ifdef PROFILING
+#if defined(PROFILING)
void writeCCSReportJson(FILE *prof_file,
CostCentreStack const *ccs,
#endif
#include "EndPrivate.h"
-
-#endif /* PROFILER_REPORT_JSON_H */