Remove "i18n.h" include from header - fix builds
authorRobin Gareus <robin@gareus.org>
Wed, 18 Sep 2019 02:09:26 +0000 (04:09 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 18 Sep 2019 02:15:02 +0000 (04:15 +0200)
commit7f3f201833408e0dcc75ea9d3ce1c082351f9282
tree39aae1f4cb45d99548b042e59749e72d982a6ca6
parentad8f21763e7ecfeafefaca00dd5fdbd8d2f588f6
Remove "i18n.h" include from header - fix builds

i18n alsways needs to be included last. This fixes an ambiguity of "_"

boost/function_types/detail/class_transform.hpp:23:26:
 error: ‘boost::mpl::placeholders::_’ has not been declared
 using mpl::placeholders::_;
libs/ardour/ardour/export_handler.h
libs/ardour/export_handler.cc