aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/RelationshipHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/N-Commands/RelationshipHandler.h')
-rw-r--r--src/N-Commands/RelationshipHandler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/N-Commands/RelationshipHandler.h b/src/N-Commands/RelationshipHandler.h
deleted file mode 100644
index 251cabf..0000000
--- a/src/N-Commands/RelationshipHandler.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-#include <mongoose.h>
-#include <mongoose/Request.h>
-#include <mongoose/StreamResponse.h>
-
-class RelationshipHandler {
-public:
- void onCall(Mongoose::Request& request, Mongoose::StreamResponse& response);
-
-};