spu2-x: Rearrange lowpass.cpp header order

It allows VS to use the precompiled header for that file too.
This commit is contained in:
Jonathan Li 2016-06-21 19:15:53 +01:00
parent 296ef4184f
commit 7c3cee0624

View File

@ -15,8 +15,8 @@
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Lowpass.h"
#include "Global.h"
#include "Lowpass.h"
#include <math.h>
#include <float.h>