Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/hostext/PluginLoader.cpp @ 230:5ee166dccfff distinct-libraries
* Add include guards; make code compile!
author | cannam |
---|---|
date | Fri, 07 Nov 2008 14:11:39 +0000 |
parents | 6b30e064cab7 |
children |
comparison
equal
deleted
inserted
replaced
229:3451f7dfa2be | 230:5ee166dccfff |
---|---|
32 shall not be used in advertising or otherwise to promote the sale, | 32 shall not be used in advertising or otherwise to promote the sale, |
33 use or other dealings in this Software without prior written | 33 use or other dealings in this Software without prior written |
34 authorization. | 34 authorization. |
35 */ | 35 */ |
36 | 36 |
37 #include "vamp-sdk/PluginHostAdapter.h" | 37 #include <vamp-hostsdk/PluginHostAdapter.h> |
38 #include "PluginLoader.h" | 38 #include <vamp-hostsdk/hostext/PluginLoader.h> |
39 #include "PluginInputDomainAdapter.h" | 39 #include <vamp-hostsdk/hostext/PluginInputDomainAdapter.h> |
40 #include "PluginChannelAdapter.h" | 40 #include <vamp-hostsdk/hostext/PluginChannelAdapter.h> |
41 #include "PluginBufferingAdapter.h" | 41 #include <vamp-hostsdk/hostext/PluginBufferingAdapter.h> |
42 | 42 |
43 #include <fstream> | 43 #include <fstream> |
44 #include <cctype> // tolower | 44 #include <cctype> // tolower |
45 | 45 |
46 #include <cstring> | 46 #include <cstring> |