diff options
Diffstat (limited to 'graphics/asymptote/runfile.h')
-rw-r--r-- | graphics/asymptote/runfile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/asymptote/runfile.h b/graphics/asymptote/runfile.h index f523c58815..aa22067cd3 100644 --- a/graphics/asymptote/runfile.h +++ b/graphics/asymptote/runfile.h @@ -1,7 +1,6 @@ /***** Autogenerated from runfile.in; changes will be overwritten *****/ -#ifndef runfile_H -#define runfile_H +#pragma once namespace run { void nullFile(vm::stack *); void namePart(vm::stack *); @@ -31,4 +30,3 @@ void readSetHelper(vm::stack *); void readSet(vm::stack *); } -#endif // runfile_H |