diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 15:56:47 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 15:56:47 -0400 |
commit | 6c9dbd41941cd65169707cdacc93b9df3993f00a (patch) | |
tree | 371d23159b9be9caf8980f0a81f6cccf3ec4ed14 /gr-blocks/lib/probe_rate_impl.h | |
parent | 23092f793efb108448289a7539ae5fee3299a5ef (diff) |
build: only ever include "config.h" in source (.cc) files.
Diffstat (limited to 'gr-blocks/lib/probe_rate_impl.h')
-rw-r--r-- | gr-blocks/lib/probe_rate_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-blocks/lib/probe_rate_impl.h b/gr-blocks/lib/probe_rate_impl.h index 81f7b4e138..139fc34876 100644 --- a/gr-blocks/lib/probe_rate_impl.h +++ b/gr-blocks/lib/probe_rate_impl.h @@ -23,10 +23,6 @@ #ifndef INCLUDED_GR_PROBE_RATE_IMPL_H #define INCLUDED_GR_PROBE_RATE_IMPL_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include <blocks/probe_rate.h> namespace gr { |