aboutsummaryrefslogtreecommitdiffstats
path: root/src/TII.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-10-05 17:24:31 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-10-05 17:24:31 +0200
commitb563b465e8b3df367da7799e789d29e0009cb96a (patch)
tree2ddc718b8c4df52625f074f2810b7a7c21559665 /src/TII.cpp
parentd59e9588660c1f7fe956aa2b97e3691070a4ce04 (diff)
downloaddabmod-b563b465e8b3df367da7799e789d29e0009cb96a.tar.gz
dabmod-b563b465e8b3df367da7799e789d29e0009cb96a.tar.bz2
dabmod-b563b465e8b3df367da7799e789d29e0009cb96a.zip
Move typedef of complexf to Buffer.h
Diffstat (limited to 'src/TII.cpp')
-rw-r--r--src/TII.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/TII.cpp b/src/TII.cpp
index 2656cbf..155d1c9 100644
--- a/src/TII.cpp
+++ b/src/TII.cpp
@@ -27,11 +27,8 @@
#include "TII.h"
#include "PcDebug.h"
-#include <stdio.h>
-#include <stdexcept>
-#include <string.h>
-
-typedef std::complex<float> complexf;
+#include <cstdio>
+#include <cstring>
/* TII pattern for TM I, II, IV */
const int pattern_tm1_2_4[][8] = { // {{{