Use less conflicting filenames

This commit is contained in:
Michael Hansen
2011-10-23 17:48:10 -07:00
parent 99662d8119
commit c474d368a1
20 changed files with 95 additions and 123 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _PYC_ASTNODE_H
#define _PYC_ASTNODE_H
#include "module.h"
#include "pyc_module.h"
#include <list>
/* Similar interface to PycObject, so PycRef can work on it... *