00001 #ifndef _ALGEBRAS_H_ 00002 #define _ALGEBRAS_H_ 00003 00004 #include "polynomials.H" 00005 #include "abshom.H" 00006 #include "grobner.H" 00007 #include "affinealgebras.H" 00008 #include "affhom.H" 00009 #include "augmentedalgebras.H" 00010 #include "gradedalgebras.H" 00011 #include "unstable.H" 00012 using namespace std; 00013 00014 // sole purpose of this file is to include everything else 00015 00016 00017 #endif