cvsuser     02/01/05 18:17:17

  Modified:    .        interpreter.c
  Log:
  Removed unneccessary include.
  
  Revision  Changes    Path
  1.53      +1 -2      parrot/interpreter.c
  
  Index: interpreter.c
  ===================================================================
  RCS file: /home/perlcvs/parrot/interpreter.c,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -w -r1.52 -r1.53
  --- interpreter.c     5 Jan 2002 02:54:22 -0000       1.52
  +++ interpreter.c     6 Jan 2002 02:17:17 -0000       1.53
  @@ -1,7 +1,7 @@
   /* interpreter.c
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: interpreter.c,v 1.52 2002/01/05 02:54:22 dan Exp $
  + *     $Id: interpreter.c,v 1.53 2002/01/06 02:17:17 gregor Exp $
    *  Overview:
    *     The interpreter api handles running the operations
    *  Data Structure and Algorithms:
  @@ -13,7 +13,6 @@
   #include "parrot/parrot.h"
   #include "parrot/interp_guts.h"
   #include "parrot/oplib/core_ops.h"
  -#include "parrot/oplib/core_ops_prederef.h"
   #include "parrot/runops_cores.h"
   #ifdef HAS_JIT
   #include "parrot/jit.h"
  
  
  


Reply via email to