moved url.c to lib
[psensor.git] / src / rsensor.c
index 7f13c30..052afa1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2011 wpitchoune@gmail.com
+    Copyright (C) 2010-2011 jeanfi@gmail.com
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 #include <libintl.h>
 #define _(str) gettext(str)
 
-#include "plib/url.h"
+#include "url.h"
 #include "server/server.h"
 
 #include <stdio.h>