(no commit message)
[prss.git] / src / ttrss.c
index 2a94e99..7f9e8df 100644 (file)
@@ -23,7 +23,7 @@
 #include <json/json.h>
 #include <gtk/gtk.h>
 
-#include "phttp.h"
+#include "http.h"
 #include "ttrss.h"
 #include "url.h"
 
@@ -59,7 +59,6 @@ void ttrss_login(const char *url, const char *user, const char *password)
        strcat(session_url, "/api/");
        free(tmp);
 
-
        rq = create_op("login");
        json_object_object_add(rq, "user", json_object_new_string(user));
        json_object_object_add(rq,