Implications of renaming io.h to cli.hpp.

This commit is contained in:
Ryan Curtin
2011-10-25 18:34:06 +00:00
parent 89deb7742b
commit 8e47ded7aa
9 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -15,7 +15,7 @@
#include <string>
#include <vector>
#include "../io/io.h"
#include "../io/cli.hpp"
#include "../io/log.h"
#include "../file/textfile.h"
+1 -1
View File
@@ -11,7 +11,7 @@
#include "textfile.h"
#include "../io/io.h"
#include "../io/cli.hpp"
#include "../io/log.h"
#include <ctype.h>
#include <iostream>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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 {
+2 -2
View File
@@ -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 {