summaryrefslogtreecommitdiff
path: root/http/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/common.hpp')
-rw-r--r--http/common.hpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/http/common.hpp b/http/common.hpp
deleted file mode 100644
index 8fc9bcf759..0000000000
--- a/http/common.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-#pragma once
-
-#include "utility.hpp"
-
-#include <boost/beast/http/verb.hpp>
-
-#include <iostream>
-#include <stdexcept>
-#include <string>
-#include <vector>
-
-namespace crow
-{
-
-enum class ParamType
-{
- STRING,
- PATH,
-
- MAX
-};
-
-} // namespace crow