mirror of https://github.com/PCSX2/pcsx2.git
spu2-x: Rearrange lowpass.cpp header order
It allows VS to use the precompiled header for that file too.
This commit is contained in:
parent
296ef4184f
commit
7c3cee0624
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue