summaryrefslogtreecommitdiff
path: root/libs/ardour/chan_mapping.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2017-04-19 18:04:10 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-04-19 18:08:40 +1000
commit89815f7d5967bb81dd815efd585a31d573d20416 (patch)
tree0e19b2d963f7b69ea285bc6ba868b0bda88f4168 /libs/ardour/chan_mapping.cc
parent21077018b8b199e091bc9b1d556705a0064374fe (diff)
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).
Diffstat (limited to 'libs/ardour/chan_mapping.cc')
-rw-r--r--libs/ardour/chan_mapping.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/chan_mapping.cc b/libs/ardour/chan_mapping.cc
index b3cbb10ef4..ecec388656 100644
--- a/libs/ardour/chan_mapping.cc
+++ b/libs/ardour/chan_mapping.cc
@@ -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"