]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/curl-util.h
udev: fix codesonar warnings
[thirdparty/systemd.git] / src / import / curl-util.h
index a03e8440305082511807854ce1ef27ddf34c2e8a..fa80b233422c080b273cca422a695ce937984448 100644 (file)
@@ -7,6 +7,7 @@
 #include "sd-event.h"
 
 #include "hashmap.h"
+#include "time-util.h"
 
 typedef struct CurlGlue CurlGlue;
 
@@ -15,7 +16,6 @@ struct CurlGlue {
         CURLM *curl;
         sd_event_source *timer;
         Hashmap *ios;
-        Hashmap *translate_fds;
 
         void (*on_finished)(CurlGlue *g, CURL *curl, CURLcode code);
         void *userdata;