summaryrefslogtreecommitdiffstats
path: root/src/shared/URIs.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/shared/URIs.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/shared/URIs.cpp')
-rw-r--r--src/shared/URIs.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp
index 2c44c826..277946d5 100644
--- a/src/shared/URIs.cpp
+++ b/src/shared/URIs.cpp
@@ -14,24 +14,12 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#define __STDC_LIMIT_MACROS 1
-
-#include <assert.h>
-#include <stdint.h>
-
-#include <glib.h>
-
-#include <boost/shared_ptr.hpp>
-
#include "ingen/shared/URIMap.hpp"
#include "ingen/shared/URIs.hpp"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "lv2/lv2plug.in/ns/ext/midi/midi.h"
#include "lv2/lv2plug.in/ns/ext/patch/patch.h"
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
-#include "raul/log.hpp"
-
-using namespace std;
namespace Ingen {
namespace Shared {