summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-11-01 07:46:24 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-11-01 07:46:24 +0000
commita0505da0636e5a6f49671cdec9a6fcd406bcb618 (patch)
treee04be41941a05eb9911ebfca7f08f727cf9fbadf /src
parente1710542b43493854568c3de5a0299c2f4c053ac (diff)
remove the include to mman.h in jit.c since it doesn't seem to be used
Diffstat (limited to 'src')
-rw-r--r--src/runtime/c/pgf/jit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/jit.c b/src/runtime/c/pgf/jit.c
index 901ab66b1..2fcf339f5 100644
--- a/src/runtime/c/pgf/jit.c
+++ b/src/runtime/c/pgf/jit.c
@@ -3,7 +3,6 @@
#include <pgf/data.h>
#include <pgf/jit.h>
#include <pgf/reasoner.h>
-#include "sys/mman.h"
#include "lightning.h"
//#define PGF_JIT_DEBUG