From 8d11626bd8487aaa2a568d8daa133a96fce9d184 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine <antoine.fontaine@epfl.ch> Date: Sat, 3 Aug 2019 16:16:30 +0200 Subject: [PATCH] Removed unused imports --- src/moodle-parser.c | 1 - src/moodle-provider.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/moodle-parser.c b/src/moodle-parser.c index 0da4b38..055cf8f 100644 --- a/src/moodle-parser.c +++ b/src/moodle-parser.c @@ -18,7 +18,6 @@ #include <myhtml/myhtml.h> #include <assert.h> -#include <stdlib.h> #include "moodle-parser.h" #include "data-struct.h" #include "config.h" diff --git a/src/moodle-provider.c b/src/moodle-provider.c index 5d184d9..1e0f9b3 100644 --- a/src/moodle-provider.c +++ b/src/moodle-provider.c @@ -16,11 +16,9 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#include <stdio.h> #include <libsoup/soup.h> #include "moodle-provider.h" #include "moodle-parser.h" -#include "password.h" #include "utils.h" #include "config.h" -- GitLab