Squash me later.

This commit is contained in:
couriersud 2016-05-27 16:20:45 +02:00
parent d664e1e324
commit 8ad07cdbbe
3 changed files with 3 additions and 8 deletions

View File

@ -5,10 +5,7 @@
* *
*/ */
#include <solver/nld_matrix_solver.h> #include "solver/nld_matrix_solver.h"
#include <cstring>
#include <algorithm>
#include "plib/palloc.h" #include "plib/palloc.h"

View File

@ -10,9 +10,7 @@
#ifndef PLISTS_H_ #ifndef PLISTS_H_
#define PLISTS_H_ #define PLISTS_H_
#include <cstring>
#include <algorithm> #include <algorithm>
#include <cmath>
#include <stack> #include <stack>
#include <vector> #include <vector>

View File

@ -8,11 +8,11 @@
#ifndef NLD_MATRIX_SOLVER_H_ #ifndef NLD_MATRIX_SOLVER_H_
#define NLD_MATRIX_SOLVER_H_ #define NLD_MATRIX_SOLVER_H_
#include <type_traits>
#include "solver/nld_solver.h" #include "solver/nld_solver.h"
#include "plib/pstream.h" #include "plib/pstream.h"
#include <type_traits>
NETLIB_NAMESPACE_DEVICES_START() NETLIB_NAMESPACE_DEVICES_START()
class terms_t class terms_t