/* libiir/src/libiir++/000_TopSource.cc * * Copyright: ©2014, Laurence Withers. * Author: Laurence Withers * License: GPLv3 */ #include "iir++.h" #include "iir.h" // iir.h includes , which #defines complex to _Complex. That's fine // for the C header above, but will mess with our code definitions below. #undef complex // Below are all the includes used throughout the library. namespace IIR { /* options for text editors vim: expandtab:ts=4:sw=4 */