summaryrefslogtreecommitdiffstats
path: root/raul/URI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/URI.hpp')
-rw-r--r--raul/URI.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp
index 569be41..90d285c 100644
--- a/raul/URI.hpp
+++ b/raul/URI.hpp
@@ -23,7 +23,6 @@
#include <exception>
#include <ostream>
#include <glib.h>
-#include "raul/Atom.hpp"
namespace Raul {
@@ -95,8 +94,6 @@ public:
inline size_t find(const std::string& s) const { return str().find(s); }
inline size_t find_last_of(char c) const { return str().find_last_of(c); }
- inline operator Raul::Atom() const { return Raul::Atom(_str, 12345); }
-
private:
const char* _str;
};