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