summaryrefslogtreecommitdiffhomepage
path: root/libcommon/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/mime.h')
-rw-r--r--libcommon/mime.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcommon/mime.h b/libcommon/mime.h
deleted file mode 100644
index c05eb45..0000000
--- a/libcommon/mime.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-#include <string>
-
-std::string mime_type(const std::string& path);