diff options
Diffstat (limited to 'src/shared/URIMap.cpp')
-rw-r--r-- | src/shared/URIMap.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/shared/URIMap.cpp b/src/shared/URIMap.cpp index e8c7fbbc..be99db99 100644 --- a/src/shared/URIMap.cpp +++ b/src/shared/URIMap.cpp @@ -14,18 +14,11 @@ 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 "lv2/lv2plug.in/ns/ext/atom/atom.h" -#include "raul/log.hpp" using namespace std; |