diff options
author | Mike Pall <mike> | 2010-08-03 22:09:12 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-08-03 22:09:12 +0200 |
commit | 33ef1fa52405f1417d90a289eb2bd00c367e6195 (patch) | |
tree | 3aa501f343e458f1b9d05a02895c755043c4113e /src/buildvm.c | |
parent | a6b7952f7e095883d9a277f26b844ae1c9248999 (diff) | |
download | luajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.tar.gz luajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.tar.bz2 luajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.zip |
Untangle some target dependencies.
Diffstat (limited to 'src/buildvm.c')
-rw-r--r-- | src/buildvm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildvm.c b/src/buildvm.c index 1b4d6928..8cceeb23 100644 --- a/src/buildvm.c +++ b/src/buildvm.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include "lj_ir.h" | 28 | #include "lj_ir.h" |
29 | #include "lj_frame.h" | 29 | #include "lj_frame.h" |
30 | #include "lj_dispatch.h" | 30 | #include "lj_dispatch.h" |
31 | #include "lj_target.h" | ||
32 | 31 | ||
33 | #include "buildvm.h" | 32 | #include "buildvm.h" |
34 | 33 | ||