Implications of renaming io.h to cli.hpp.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../io/io.h"
|
||||
#include "../io/cli.hpp"
|
||||
#include "../io/log.h"
|
||||
#include "../file/textfile.h"
|
||||
#include "../col/tokenizer.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../io/io.h"
|
||||
#include "../io/cli.hpp"
|
||||
#include "../io/log.h"
|
||||
#include "../file/textfile.h"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "textfile.h"
|
||||
|
||||
#include "../io/io.h"
|
||||
#include "../io/cli.hpp"
|
||||
#include "../io/log.h"
|
||||
#include <ctype.h>
|
||||
#include <iostream>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#ifndef FILE_TEXTFILE_H
|
||||
#define FILE_TEXTFILE_H
|
||||
|
||||
#include "../io/io.h"
|
||||
#include "../io/cli.hpp"
|
||||
#include "../io/log.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MATH_MATH_LIB_H
|
||||
#define MATH_MATH_LIB_H
|
||||
|
||||
#include "../io/io.h"
|
||||
#include "../io/cli.hpp"
|
||||
#include "../io/log.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef __AUG_LAGRANGIAN_TEST_FUNCTCLINS_H
|
||||
#define __AUG_LAGRANGIAN_TEST_FUNCTCLINS_H
|
||||
|
||||
#include <mlpack/core/io/io.h>
|
||||
#include <mlpack/core/io/cli.hpp>
|
||||
#include <mlpack/core/io/log.h>
|
||||
#include <armadillo>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef __OPTIMIZATCLIN_TEST_FUNCTCLINS_H
|
||||
#define __OPTIMIZATCLIN_TEST_FUNCTCLINS_H
|
||||
|
||||
#include <mlpack/core/io/io.h>
|
||||
#include <mlpack/core/io/cli.hpp>
|
||||
#include <mlpack/core/io/log.h>
|
||||
|
||||
// To fulfill the template policy class 'FunctionType', we must implement
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* Implementation of periodic hyper-rectangle bound policy class.
|
||||
* Template parameter t_pow is the metric to use; use 2 for Euclidian (L2).
|
||||
*/
|
||||
#ifndef __MLPACK_CORE_TREE_PERCLIDICHRECTBOUND_IMPL_H
|
||||
#define __MLPACK_CORE_TREE_PERCLIDICHRECTBOUND_IMPL_H
|
||||
#ifndef __MLPACK_CORE_TREE_PERIODICHRECTBOUND_IMPL_H
|
||||
#define __MLPACK_CORE_TREE_PERIODICHRECTBOUND_IMPL_H
|
||||
|
||||
// In case it has not already been included.
|
||||
#include "periodichrectbound.h"
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "../math/math_lib.h"
|
||||
#include "../io/io.h"
|
||||
#include "../io/log.h"
|
||||
|
||||
namespace mlpack {
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
// In case it wasn't included already for some reason.
|
||||
#include "spacetree.h"
|
||||
#include <mlpack/core/io/io.h>
|
||||
#include "../io/log.h"
|
||||
#include <mlpack/core/io/cli.hpp>
|
||||
#include <mlpack/core/io/log.h>
|
||||
|
||||
namespace mlpack {
|
||||
namespace tree {
|
||||
|
||||
Reference in New Issue
Block a user