Skip to content
Snippets Groups Projects
Commit 3ebdebec authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Clean up some header inclusions in the unit tests.

parent 3836adbd
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
/* Some standard headers. */ /* Some standard headers. */
#include <math.h> #include <math.h>
#ifndef __GNUC__
/* Local headers. */ /* Local headers. */
#include "inline.h" #include "inline.h"
#ifndef __GNUC__
/** /**
* @brief Raises 10 to the power of the argument. * @brief Raises 10 to the power of the argument.
* *
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
******************************************************************************/ ******************************************************************************/
/* Some standard headers. */ /* Some standard headers. */
#include <stdlib.h> #include "../config.h"
/* Includes. */ /* Includes. */
#include "swift.h" #include "swift.h"
......
...@@ -17,10 +17,9 @@ ...@@ -17,10 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
******************************************************************************/ ******************************************************************************/
#include "../config.h"
#include <math.h> /* Includes. */
#include <stdio.h>
#include <string.h>
#include "swift.h" #include "swift.h"
#define Ntest 3 #define Ntest 3
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
******************************************************************************/ ******************************************************************************/
/* Some standard headers. */ /* Some standard headers. */
#include <stdlib.h> #include "../config.h"
/* Includes. */ /* Includes. */
#include "swift.h" #include "swift.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment