mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 21:27:22 +01:00
Fix --no-nls compilation 2/2 -- #8802
This commit is contained in:
parent
ed3d374f47
commit
0dcf7d54e5
3 changed files with 6 additions and 4 deletions
|
|
@ -16,12 +16,12 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "bbt_marker_dialog.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Gtk;
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include <gtkmm/menuitem.h>
|
||||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/convert.h"
|
||||
|
||||
|
|
@ -44,6 +43,8 @@
|
|||
#include "ui_config.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace ArdourCanvas;
|
||||
using namespace ArdourWidgets;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include <gtkmm/menuitem.h>
|
||||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/convert.h"
|
||||
|
||||
|
|
@ -41,6 +40,8 @@
|
|||
#include "ui_config.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace ArdourCanvas;
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue