[beast/devel: 23/26] BSE: add bse-internals.hh
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 23/26] BSE: add bse-internals.hh
- Date: Mon, 13 Oct 2014 02:28:02 +0000 (UTC)
commit 42b173787a7be966a56ad4a32bb55bb4bf1584c2
Author: Stefan Westerfeld <stefan space twc de>
Date: Tue Aug 6 17:33:27 2013 +0200
BSE: add bse-internals.hh
bse/bse-internals.hh | 15 +++++++++++++++
sfi/sfidl-corecxx.cc | 2 +-
2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/bse/bse-internals.hh b/bse/bse-internals.hh
new file mode 100644
index 0000000..5fd0e1f
--- /dev/null
+++ b/bse/bse-internals.hh
@@ -0,0 +1,15 @@
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
+#ifndef __BSE_INTERNALS_HH__
+#define __BSE_INTERNALS_HH__
+
+#include <bse/bse.hh>
+#include <bse/bseenums.hh>
+#include <bse/bsemathsignal.hh>
+#include <bse/bseblockutils.hh>
+#include <bse/gslfft.hh>
+#include <bse/gsldatautils.hh>
+#include <bse/bseloader.hh>
+#include <bse/bsemain.hh>
+#include <bse/bsecxxplugin.hh>
+
+#endif /* __BSE_INTERNALS_HH__ */
diff --git a/sfi/sfidl-corecxx.cc b/sfi/sfidl-corecxx.cc
index be6e5d1..adeeda8 100644
--- a/sfi/sfidl-corecxx.cc
+++ b/sfi/sfidl-corecxx.cc
@@ -1286,7 +1286,7 @@ public:
printf ("\n/*-------- begin %s generated code --------*/\n\n\n", Options::the()->sfidlName.c_str());
/* standard includes */
- printf ("\n#include <bse/bsecxxplugin.hh>\n");
+ printf ("\n#include <bse/bse-internals.hh>\n");
/* reset auxillary structures */
images.resize (0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]