Fix --no-nls (5/5), i18n.h include order in gtk2_ardour

This commit is contained in:
Robin Gareus 2018-09-21 19:05:57 +02:00
parent 357361c89d
commit 1f0889a97a
7 changed files with 14 additions and 8 deletions

View file

@ -17,13 +17,14 @@
*/
#include "pbd/compose.h"
#include "pbd/i18n.h"
#include "public_editor.h"
#include "stripable_colorpicker.h"
#include "ui_config.h"
#include "utils.h"
#include "pbd/i18n.h"
using namespace Gtk;
using namespace ARDOUR_UI_UTILS;