Remove locale_guard.h from ardour/ardour.h header
authorTim Mayberry <mojofunk@gmail.com>
Mon, 5 Sep 2016 00:22:39 +0000 (10:22 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
Add to source files that use LocaleGuard

Results in far less recompiling when pbd/locale_guard.h changes

gtk2_ardour/engine_dialog.cc
libs/ardour/ardour/ardour.h
libs/ardour/io.cc
libs/ardour/ladspa_plugin.cc
libs/ardour/lv2_plugin.cc
libs/ardour/plugin.cc
libs/ardour/route.cc
libs/ardour/session_state.cc

index a401ded9bdf3bef523e520e413a8f705ee6d7f22..08c1901edf840aa6c5408ed709557c85be53c991 100644 (file)
@@ -27,6 +27,7 @@
 #include <gtkmm/messagedialog.h>
 
 #include "pbd/error.h"
+#include "pbd/locale_guard.h"
 #include "pbd/xml++.h"
 #include "pbd/unwind.h"
 #include "pbd/failed_constructor.h"
index c86c59eb0305fc0186594de4fba8bc419a26d83d..7183841889d56d5c2156d4cbaa2c23eb9bb30df7 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
-#include "pbd/locale_guard.h"
 #include "pbd/stateful.h"
 
 #include "ardour/libardour_visibility.h"
index 1be47f35bfc01c2698b1f5a137fa3675c4b6de43..46c5d7b8c5f434a56a32603525ac56b59be78403 100644 (file)
@@ -31,6 +31,7 @@
 #include "pbd/replace_all.h"
 #include "pbd/unknown_type.h"
 #include "pbd/enumwriter.h"
+#include "pbd/locale_guard.h"
 #include "pbd/types_convert.h"
 
 #include "ardour/audioengine.h"
index 744293804f2487264c0e64afb8c607f981e094b3..1682db32736157faa613fd692b5e1b05042c4ca6 100644 (file)
@@ -41,6 +41,7 @@
 
 #include "pbd/compose.h"
 #include "pbd/error.h"
+#include "pbd/locale_guard.h"
 #include "pbd/xml++.h"
 #include "pbd/stacktrace.h"
 
index 543feb593028e9cd80d7dec3d00fd8bde216c94f..d0fe39301d830dd32810f011d28439dbc7c02a66 100644 (file)
@@ -36,6 +36,7 @@
 #include "pbd/stl_delete.h"
 #include "pbd/compose.h"
 #include "pbd/error.h"
+#include "pbd/locale_guard.h"
 #include "pbd/replace_all.h"
 #include "pbd/xml++.h"
 
index cfa5fb34b12d319c3bfbde4cc9bbe14075ba32e8..937b73a957b455e96e718c846537dcf3347b46d3 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "pbd/compose.h"
 #include "pbd/error.h"
+#include "pbd/locale_guard.h"
 #include "pbd/xml++.h"
 
 #include "ardour/buffer_set.h"
index f3c0c6c2d657cee684f613c34549657f7159190f..58be7c2756d9d906e0888e7d6aad616efa2b8762 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "pbd/xml++.h"
 #include "pbd/enumwriter.h"
+#include "pbd/locale_guard.h"
 #include "pbd/memento_command.h"
 #include "pbd/stacktrace.h"
 #include "pbd/types_convert.h"
index c398b47ed025d17d685c974f4ca9ce9be264200e..0420e236de7a55aef318e20ebe8ec11bb9027008 100644 (file)
@@ -50,6 +50,7 @@
 
 #include <glib.h>
 #include "pbd/gstdio_compat.h"
+#include "pbd/locale_guard.h"
 
 #include <glibmm.h>
 #include <glibmm/threads.h>