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