diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
commit | 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch) | |
tree | 78e86bb428b3bc821ae84d0f6abe86136356bd1a /libcommon/mime.h | |
parent | 5581340f23b31114d33736c630de849898668f38 (diff) |
Separated out libcommon as libreichwein
Diffstat (limited to 'libcommon/mime.h')
-rw-r--r-- | libcommon/mime.h | 5 |
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); |