diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/NodeModel.cpp | 1 | ||||
-rw-r--r-- | src/client/ObjectModel.cpp | 5 | ||||
-rw-r--r-- | src/client/PatchModel.cpp | 1 | ||||
-rw-r--r-- | src/client/PluginUI.cpp | 13 |
4 files changed, 11 insertions, 9 deletions
diff --git a/src/client/NodeModel.cpp b/src/client/NodeModel.cpp index f140057c..56ff1fdc 100644 --- a/src/client/NodeModel.cpp +++ b/src/client/NodeModel.cpp @@ -21,6 +21,7 @@ #include "ingen/Port.hpp" #include "ingen/shared/World.hpp" #include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIs.hpp" #include "ingen/client/NodeModel.hpp" using namespace std; diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp index f8137a79..642df732 100644 --- a/src/client/ObjectModel.cpp +++ b/src/client/ObjectModel.cpp @@ -15,10 +15,11 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "raul/TableImpl.hpp" #include "ingen/GraphObject.hpp" -#include "ingen/shared/LV2URIMap.hpp" #include "ingen/client/ObjectModel.hpp" +#include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIs.hpp" +#include "raul/TableImpl.hpp" using namespace std; using namespace Raul; diff --git a/src/client/PatchModel.cpp b/src/client/PatchModel.cpp index 0d2e74e3..d5cc2ebf 100644 --- a/src/client/PatchModel.cpp +++ b/src/client/PatchModel.cpp @@ -19,6 +19,7 @@ #include "raul/log.hpp" #include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIs.hpp" #include "ingen/client/PatchModel.hpp" #include "ingen/client/NodeModel.hpp" diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index f69d189b..a3a2dabb 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -17,16 +17,15 @@ #include "raul/log.hpp" -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" -#include "lv2/lv2plug.in/ns/ext/event/event.h" -#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" - -#include "ingen/shared/LV2Atom.hpp" -#include "ingen/shared/LV2URIMap.hpp" - #include "ingen/client/NodeModel.hpp" #include "ingen/client/PluginUI.hpp" #include "ingen/client/PortModel.hpp" +#include "ingen/shared/LV2Atom.hpp" +#include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIs.hpp" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" using namespace std; using namespace Raul; |