summaryrefslogtreecommitdiffstats
path: root/src/server/NodeFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-23 23:23:10 +0000
committerDavid Robillard <d@drobilla.net>2012-05-23 23:23:10 +0000
commite8e446c2b4863a0ff8f9a4a835dd34e2159c93d9 (patch)
tree773d68af260db6d90f4eb45039ed9987273cd600 /src/server/NodeFactory.cpp
parent38c38e5ad6b8cf1983edcaec478cf1c1f13b50d6 (diff)
downloadingen-e8e446c2b4863a0ff8f9a4a835dd34e2159c93d9.tar.gz
ingen-e8e446c2b4863a0ff8f9a4a835dd34e2159c93d9.tar.bz2
ingen-e8e446c2b4863a0ff8f9a4a835dd34e2159c93d9.zip
Trim unnecessary includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4455 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/NodeFactory.cpp')
-rw-r--r--src/server/NodeFactory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/server/NodeFactory.cpp b/src/server/NodeFactory.cpp
index 7bcb4088..c0b4d1e9 100644
--- a/src/server/NodeFactory.cpp
+++ b/src/server/NodeFactory.cpp
@@ -14,17 +14,11 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <float.h>
-#include <math.h>
#include <stdlib.h>
#include <string>
-#include <glibmm/miscutils.h>
-
#include "lilv/lilv.h"
-#include "raul/log.hpp"
-#include "sord/sordmm.hpp"
#include "internals/Controller.hpp"
#include "internals/Delay.hpp"
@@ -32,12 +26,9 @@
#include "internals/Trigger.hpp"
#include "ingen/shared/World.hpp"
-#include "Engine.hpp"
#include "InternalPlugin.hpp"
-#include "LV2Node.hpp"
#include "LV2Plugin.hpp"
#include "NodeFactory.hpp"
-#include "PatchImpl.hpp"
#include "ThreadManager.hpp"
using namespace std;