Remove unused dependency libmagic

Our use of libmagic isn't very portable, and the checks aren't used
anyway. Therefore removing dependency on libmagic.

Fixes #17.
This commit is contained in:
TheAssassin
2018-08-20 23:54:35 +02:00
parent 7184bcb61d
commit 4de8b6589f
7 changed files with 6 additions and 134 deletions

View File

@@ -1,5 +1,4 @@
// local includes
#include "magicwrapper.h"
#include "misc.h"
// import functions from misc module for convenience