remove the include to mman.h in jit.c since it doesn't seem to be used

This commit is contained in:
kr.angelov
2013-11-01 07:46:24 +00:00
parent e1710542b4
commit a0505da063

View File

@@ -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