diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-24 17:46:12 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-24 17:46:12 +0100 |
commit | f269f0afea3fc677962cc62354802e6786de3f00 (patch) | |
tree | bdf3a5a5d08e0f16a6796b546022a5ecaf4a5355 /src/Flowgraph.h | |
parent | 0a07b6c5cb772d09a2a50ff6a7f1ae0bfef657a0 (diff) | |
download | dabmod-f269f0afea3fc677962cc62354802e6786de3f00.tar.gz dabmod-f269f0afea3fc677962cc62354802e6786de3f00.tar.bz2 dabmod-f269f0afea3fc677962cc62354802e6786de3f00.zip |
Remove porting.c
Diffstat (limited to 'src/Flowgraph.h')
-rw-r--r-- | src/Flowgraph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Flowgraph.h b/src/Flowgraph.h index b074ee6..08ead14 100644 --- a/src/Flowgraph.h +++ b/src/Flowgraph.h @@ -30,7 +30,6 @@ # include <config.h> #endif -#include "porting.h" #include "ModPlugin.h" #include <memory> |