diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-25 05:34:53 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-25 05:34:53 +0000 |
commit | 7f5e73aa1819dd02a17da561a5f606be4ec18419 (patch) | |
tree | b55581f94207e602c78c334764fc790ee5bc45a3 /externals/grill/vst/src | |
parent | 65092b7f63e129a416a32f0e0071547fba86d6d5 (diff) |
""
svn path=/trunk/; revision=1358
Diffstat (limited to 'externals/grill/vst/src')
-rw-r--r-- | externals/grill/vst/src/VstHost.cpp | 2 | ||||
-rw-r--r-- | externals/grill/vst/src/VstHost.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/vst/src/VstHost.cpp b/externals/grill/vst/src/VstHost.cpp index 826827f6..a5581e38 100644 --- a/externals/grill/vst/src/VstHost.cpp +++ b/externals/grill/vst/src/VstHost.cpp @@ -9,7 +9,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "Editor.h" #include "VstHost.h" -#include "vst\aeffectx.h" +#include "AEffectx.h" using namespace std; diff --git a/externals/grill/vst/src/VstHost.h b/externals/grill/vst/src/VstHost.h index 397501c5..bbbebe1f 100644 --- a/externals/grill/vst/src/VstHost.h +++ b/externals/grill/vst/src/VstHost.h @@ -11,8 +11,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define __VSTHOST_H #include <flext.h> -#include "Vst\AEffectx.h" -#include "vst\aeffeditor.h" +#include "AEffectx.h" +#include "AEffEditor.hpp" #if FLEXT_OS == FLEXT_OS_WIN #include <windows.h> |