Change header include order to try and avoid INFINITE define on windows

This doesn't seem to be an issue with a newer version of the Mingw-w64 headers
that I use (5.0.2rc2).
This commit is contained in:
Tim Mayberry
2017-04-19 18:04:10 +10:00
parent 21077018b8
commit 89815f7d59

View File

@@ -21,8 +21,8 @@
#include <stdint.h>
#include <iostream>
#include "ardour/chan_mapping.h"
#include "ardour/types_convert.h"
#include "ardour/chan_mapping.h"
#include "pbd/i18n.h"