source: git/libpolys/polys/PolyEnumerator.cc @ 5a4e17

spielwiese
Last change on this file since 5a4e17 was 83192d, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixing the including of "config.h"-files before any other headers + include reordering... fix: also syzextra
  • Property mode set to 100644
File size: 239 bytes
Line 
1#ifdef HAVE_CONFIG_H
2#include "config.h"
3#endif /* HAVE_CONFIG_H */
4
5#include <misc/auxiliary.h>
6
7#include "PolyEnumerator.h"
8
9const spolyrec CBasePolyEnumerator::m_prevposition_struct = {}; // it is assumed to zero-out all of the struct!
Note: See TracBrowser for help on using the repository browser.