summaryrefslogtreecommitdiffstats
path: root/src/Flowgraph.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-11 15:07:18 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-11 15:07:18 +0100
commit1087a7f4ad8bb1bc9bf4472bf2734b0e4929e7d1 (patch)
tree639e403dfe0bce5c2714274d19f540223e072def /src/Flowgraph.cpp
parent1ed50fe16d749ac3a841650c4054d137b9cf7a10 (diff)
downloaddabmod-1087a7f4ad8bb1bc9bf4472bf2734b0e4929e7d1.tar.gz
dabmod-1087a7f4ad8bb1bc9bf4472bf2734b0e4929e7d1.tar.bz2
dabmod-1087a7f4ad8bb1bc9bf4472bf2734b0e4929e7d1.zip
Remove references to malloc.h and use posix_memalign
Diffstat (limited to 'src/Flowgraph.cpp')
-rw-r--r--src/Flowgraph.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp
index 6ee7b81..4870534 100644
--- a/src/Flowgraph.cpp
+++ b/src/Flowgraph.cpp
@@ -29,12 +29,6 @@
#include <memory>
#include <algorithm>
#include <sstream>
-
-#if HAVE_DECL__MM_MALLOC
-# include <mm_malloc.h>
-#else
-# define memalign(a, b) malloc(b)
-#endif
#include <sys/types.h>
#include <stdexcept>
#include <assert.h>