aboutsummaryrefslogtreecommitdiff
path: root/sources/android/ndk_helper/perfMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/ndk_helper/perfMonitor.h')
-rw-r--r--sources/android/ndk_helper/perfMonitor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/android/ndk_helper/perfMonitor.h b/sources/android/ndk_helper/perfMonitor.h
index f418c436b..b886d6df6 100644
--- a/sources/android/ndk_helper/perfMonitor.h
+++ b/sources/android/ndk_helper/perfMonitor.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef PERFMONITOR_H_
-#define PERFMONITOR_H_
+#pragma once
#include <jni.h>
#include <errno.h>
@@ -58,4 +57,3 @@ public:
};
} //namespace ndkHelper
-#endif /* PERFMONITOR_H_ */