commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/03: blocks: benchmark scripts using wron


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: blocks: benchmark scripts using wrong includes.
Date: Mon, 6 Oct 2014 16:26:27 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit f2de4f79a1b042876e6535d34aa104340f2fb45d
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 6 09:25:41 2014 -0400

    blocks: benchmark scripts using wrong includes.
---
 gr-blocks/tests/benchmark_nco.cc | 4 ++--
 gr-blocks/tests/benchmark_vco.cc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gr-blocks/tests/benchmark_nco.cc b/gr-blocks/tests/benchmark_nco.cc
index 5939724..a71d6f3 100644
--- a/gr-blocks/tests/benchmark_nco.cc
+++ b/gr-blocks/tests/benchmark_nco.cc
@@ -33,8 +33,8 @@
 #endif
 
 #include <unistd.h>
-#include <gnuradio/blocks/nco.h>
-#include <gnuradio/blocks/fxpt_nco.h>
+#include <gnuradio/nco.h>
+#include <gnuradio/fxpt_nco.h>
 #include <string.h>
 
 #define ITERATIONS 20000000
diff --git a/gr-blocks/tests/benchmark_vco.cc b/gr-blocks/tests/benchmark_vco.cc
index 865e36d..a5eb19a 100644
--- a/gr-blocks/tests/benchmark_vco.cc
+++ b/gr-blocks/tests/benchmark_vco.cc
@@ -33,8 +33,8 @@
 #endif
 
 #include <unistd.h>
-#include <gnuradio/blocks/vco.h>
-#include <gnuradio/blocks/fxpt_vco.h>
+#include <gnuradio/vco.h>
+#include <gnuradio/fxpt_vco.h>
 #include <string.h>
 
 #define ITERATIONS 5000000



reply via email to

[Prev in Thread] Current Thread [Next in Thread]