diff options
Diffstat (limited to 'graphics/asymptote/runmath.h')
-rw-r--r-- | graphics/asymptote/runmath.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/asymptote/runmath.h b/graphics/asymptote/runmath.h index a9e030cb73..deaf19a19d 100644 --- a/graphics/asymptote/runmath.h +++ b/graphics/asymptote/runmath.h @@ -1,7 +1,6 @@ /***** Autogenerated from runmath.in; changes will be overwritten *****/ -#ifndef runmath_H -#define runmath_H +#pragma once namespace run { void boolMemEq(vm::stack *); void boolMemNeq(vm::stack *); @@ -9,4 +8,3 @@ void boolFuncEq(vm::stack *); void boolFuncNeq(vm::stack *); } -#endif // runmath_H |