diff options
Diffstat (limited to 'src/Flowgraph.cpp')
-rw-r--r-- | src/Flowgraph.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp index 0b80a8c..e12ff1e 100644 --- a/src/Flowgraph.cpp +++ b/src/Flowgraph.cpp @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2018 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -27,7 +27,6 @@ #include "Flowgraph.h" #include "PcDebug.h" #include "Log.h" -#include "TimestampDecoder.h" #include <string> #include <memory> #include <algorithm> |