From 7e198bceeca59bcc89b47d53070dc74397975718 Mon Sep 17 00:00:00 2001
From: Bram Veenboer <bram.veenboer@gmail.com>
Date: Fri, 6 Oct 2023 13:33:42 +0200
Subject: [PATCH] Remove unneeded include

---
 example/example.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/example/example.cpp b/example/example.cpp
index 10e5660..49d5b3b 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -1,5 +1,3 @@
-#include <iostream>
-
 #include <cudawrappers/cu.hpp>
 #include <libtcc/Correlator.h>
 
@@ -18,4 +16,4 @@ int main(int argc, char *argv[]) {
   tcc::Correlator correlator(NR_BITS, NR_RECEIVERS, NR_CHANNELS,
                              NR_SAMPLES_PER_CHANNEL, NR_POLARIZATIONS,
                              NR_RECEIVERS_PER_BLOCK);
-}
\ No newline at end of file
+}
-- 
GitLab