summaryrefslogtreecommitdiffstats
path: root/src/uri-references.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri-references.h')
-rw-r--r--src/uri-references.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uri-references.h b/src/uri-references.h
index e56ea0612..ce0f5f2ae 100644
--- a/src/uri-references.h
+++ b/src/uri-references.h
@@ -20,7 +20,6 @@
#include <sigc++/connection.h>
#include <sigc++/trackable.h>
-#include "bad-uri-exception.h"
#include "sp-object.h"
#include "sp-item.h"
#include "sp-use.h"
@@ -66,7 +65,7 @@ public:
* @param rel_document document for relative URIs
* @param uri the URI to watch
*/
- void attach(URI const& uri) throw(BadURIException);
+ void attach(URI const& uri);
/**
* Detaches from the currently attached URI target, if any;