X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flocal-def.h;h=5735f6a2aabde5b1777df2ac08fbc9e24fc52c41;hb=87d2ff17b84459e785c7820563bb0172849810c4;hp=c21918cd5aa30084bb59a62136a8792e5df6e7a2;hpb=13549775092afa9215de8468e34f6d194c2fd8db;p=src%2Fapp-framework-binder.git diff --git a/src/local-def.h b/src/local-def.h index c21918cd..5735f6a2 100644 --- a/src/local-def.h +++ b/src/local-def.h @@ -22,7 +22,6 @@ #define LOCAL_DEF_H #include -#include #include /* other definitions --------------------------------------------------- */ @@ -104,7 +103,6 @@ struct AFB_session struct MHD_Daemon *httpd; // structure for httpd handler int fakemod; // respond to GET/POST request without interacting with sndboard int readyfd; // a #fd to signal when ready to serve - magic_t magic; // Mime type file magic lib struct afb_hsrv_handler *handlers; };