Make SanityCheck.h a catch-all for obsolete configs

This commit is contained in:
Scott Lahteine
2016-07-26 12:32:16 -07:00
parent fa647cca23
commit 3be49881c0
3 changed files with 28 additions and 6 deletions

View File

@@ -37,10 +37,6 @@
#include "fastio.h"
#ifndef SANITYCHECK_H
#error "Your Configuration.h and Configuration_adv.h files are outdated!"
#endif
#include "enum.h"
#include "utility.h"