Fix a bunch of imports to use code.h instead of compile.h.

Remove duplicate declarations from compile.h
This commit is contained in:
Jeremy Hylton 2005-10-21 14:58:06 +00:00
parent 0f00ba8bd8
commit ec97a28b60
9 changed files with 1 additions and 13 deletions

View file

@ -2,7 +2,6 @@
#include "structmember.h"
#include "osdefs.h"
#include "marshal.h"
#include "compile.h"
#include <time.h>