--- linuxsampler/trunk/src/engines/gig/Filter.h 2005/05/03 00:37:35 504 +++ linuxsampler/trunk/src/engines/gig/Filter.h 2005/05/03 01:00:25 505 @@ -3,6 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2005 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -29,12 +30,12 @@ # warning Filter.h included #endif // DEBUG_HEADERS +#include + #include "../common/BiquadFilter.h" // TODO: Gigasampler's "Turbo Lowpass" and "Bandreject" filters not implemented yet -#include "../../lib/fileloader/libgig/gig.h" - #define LSF_BW 0.9 #define LSF_FB 0.9f