diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-21 16:59:12 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-21 16:59:12 -0700 |
commit | d88328072d5ecd0c3c5aef05b705e2b4a1425d9f (patch) | |
tree | 9b2d8fe75f84206898da42daae35dd78f1c632d7 /volk/include | |
parent | c9ff4b288d981780dbb6e0bb5fc304997cadc2b1 (diff) |
volk: add include for config.h to cc file
volk_32f_s32f_convert_16i_a was also a problem,
previously volk_32f_s32f_convert_16i_u was fixed to have config.h.
I heard putting config h stuff into public headers was bad practice.
Including config.h into the generated cc file should fix this issue from now on.
Diffstat (limited to 'volk/include')
-rw-r--r-- | volk/include/volk/volk_32f_s32f_convert_16i_a.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/volk/include/volk/volk_32f_s32f_convert_16i_a.h b/volk/include/volk/volk_32f_s32f_convert_16i_a.h index c2a07398fb..a249596780 100644 --- a/volk/include/volk/volk_32f_s32f_convert_16i_a.h +++ b/volk/include/volk/volk_32f_s32f_convert_16i_a.h @@ -1,10 +1,6 @@ #ifndef INCLUDED_volk_32f_s32f_convert_16i_a_H #define INCLUDED_volk_32f_s32f_convert_16i_a_H -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <volk/volk_common.h> #include <inttypes.h> #include <stdio.h> |