/* * Copyright 1997, Regents of the University of Minnesota * * stdheaders.h * * This file includes all necessary header files * * Started 8/27/94 * George * * $Id: stdheaders.h 5993 2009-01-07 02:09:57Z karypis $ */ #ifndef _LIBMETIS_STDHEADERS_H_ #define _LIBMETIS_STDHEADERS_H_ #include #ifdef __STDC__ #include #else #include #endif #include #include #include #include #include #endif