summaryrefslogtreecommitdiffstats
path: root/src/URI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URI.cpp')
-rw-r--r--src/URI.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/URI.cpp b/src/URI.cpp
index 8f71b70c..7e3e1dba 100644
--- a/src/URI.cpp
+++ b/src/URI.cpp
@@ -14,10 +14,11 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <cassert>
+#include "ingen/URI.hpp"
#include "ingen/FilePath.hpp"
-#include "ingen/URI.hpp"
+
+#include <cassert>
namespace ingen {