]> git.tdb.fi Git - libs/net.git/blobdiff - source/version.h
Prepare for assimilation into mspnet
[libs/net.git] / source / version.h
diff --git a/source/version.h b/source/version.h
deleted file mode 100644 (file)
index 19a50b9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef MSP_HTTP_MISC_H_
-#define MSP_HTTP_MISC_H_
-
-#include <string>
-
-namespace Msp {
-namespace Http {
-
-typedef unsigned Version;
-
-Version parse_version(const std::string &);
-std::string version_str(Version);
-
-} // namespace Http
-} // namespace Msp
-
-#endif