summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 07:15:33 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 07:15:33 +0100
commit6bfb620839216b11659ba83a741358fe27231279 (patch)
tree68c97393cbf07178b86ba07961a185be9afb5492
parent7321d56a6f3667899ac6d624d08750e656517bde (diff)
wip: TextProcessing Example using Qt.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--example/text_processor_example/example.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/text_processor_example/example.cpp b/example/text_processor_example/example.cpp
index 03b634e..19f0ecf 100644
--- a/example/text_processor_example/example.cpp
+++ b/example/text_processor_example/example.cpp
@@ -5,10 +5,6 @@
* Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#include <ocl/tproc/rope.hpp>
-#include <iostream>
-#include <memory>
-
#include "qt_widget.hpp"
int main(int argc, char** argv)