Skip to content

Commit

Permalink
Merge pull request #114 from tonal-glyph/master
Browse files Browse the repository at this point in the history
Add single header magic.
  • Loading branch information
fennecdjay committed May 14, 2019
2 parents 9ef452e + 507c90c commit a33c22d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions include/gwion_all.h
@@ -1,28 +1,28 @@
#ifndef __GWION_ALL
#include "gwion_util.h"
#include "gwion_ast.h"
#include "oo.h"
#include "gwion_util.h"
#include "arg.h"
#include "array.h"
#include "compile.h"
#include "constant.h"
#include "nspc.h"
#include "env.h"
#include "vm.h"
#include "context.h"
#include "driver.h"
#include "emit.h"
#include "engine.h"
#include "env.h"
#include "escape.h"
#include "func.h"
#include "driver.h"
#include "compile.h"
#include "gwiondata.h"
#include "gwion.h"
#include "instr.h"
#include "gack.h"
#include "emit.h"
#include "object.h"
#include "import.h"
#include "gwi.h"
#include "gwion.h"
#include "gwiondata.h"
#include "import.h"
#include "instr.h"
#include "lang_private.h"
#include "memoize.h"
#include "array.h"
#include "nspc.h"
#include "object.h"
#include "oo.h"
#include "opcode.h"
#include "operator.h"
#include "optim.h"
Expand All @@ -37,5 +37,5 @@
#include "ugen.h"
#include "value.h"
#include "vararg.h"
#include "engine.h"
#include "vm.h"
#endif

0 comments on commit a33c22d

Please sign in to comment.