From 7c3cee062471cbb7f97693370f21ada492e3267d Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Tue, 21 Jun 2016 19:15:53 +0100 Subject: [PATCH] spu2-x: Rearrange lowpass.cpp header order It allows VS to use the precompiled header for that file too. --- plugins/spu2-x/src/Lowpass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spu2-x/src/Lowpass.cpp b/plugins/spu2-x/src/Lowpass.cpp index 9aac4e2236..1a0be8c065 100644 --- a/plugins/spu2-x/src/Lowpass.cpp +++ b/plugins/spu2-x/src/Lowpass.cpp @@ -15,8 +15,8 @@ * along with SPU2-X. If not, see . */ -#include "Lowpass.h" #include "Global.h" +#include "Lowpass.h" #include #include