Removed unnecessary stdlib.h include.
authortwisti <none@none>
Wed, 30 Mar 2005 20:07:27 +0000 (20:07 +0000)
committertwisti <none@none>
Wed, 30 Mar 2005 20:07:27 +0000 (20:07 +0000)
src/vm/jit/jit.c

index 7393041e4667209e5898d005c16e3413ec207c4a..998a32fbd5c8f16a746848ae12f3915a60d3fc7d 100644 (file)
    Changes: Edwin Steiner
             Christian Thalinger
 
-   $Id: jit.c 2135 2005-03-30 09:55:26Z twisti $
+   $Id: jit.c 2159 2005-03-30 20:07:27Z twisti $
 
 */
 
 
-#include <stdlib.h>
-
 #include "config.h"
 #include "codegen.h"
 #include "disass.h"