diff options
Diffstat (limited to 'plugins/MirOTR/MirOTR/src/striphtml.h')
-rw-r--r-- | plugins/MirOTR/MirOTR/src/striphtml.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MirOTR/MirOTR/src/striphtml.h b/plugins/MirOTR/MirOTR/src/striphtml.h index 7cffc41f22..3b2d9b6cbc 100644 --- a/plugins/MirOTR/MirOTR/src/striphtml.h +++ b/plugins/MirOTR/MirOTR/src/striphtml.h @@ -1,8 +1,5 @@ #pragma once
-#include "stack"
-#include "string"
-
struct STRIPHTML_DATA {
std::stack<char*> stack;
std::string buffer;
|