Skip to content
Snippets Groups Projects
Commit ba995e7d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove all warnings; All tests working again

parent 6c194d26
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,8 @@
*/
#define BOB_IO_BASE_MODULE
#include <stdexcept>
#include <bob.io.base/blitz_array.h>
#include <stdexcept>
bob::io::base::array::blitz_array::blitz_array(boost::shared_ptr<blitz_array> other) {
set(other);
......
......@@ -10,12 +10,6 @@
#ifndef BOB_IO_BASE_HDF5TYPES_H
#define BOB_IO_BASE_HDF5TYPES_H
#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <blitz/array.h>
#include <hdf5.h>
/**
* Checks if the version of HDF5 installed is greater or equal to some set of
* values. (extracted from hdf5-1.8.7)
......@@ -29,6 +23,12 @@
#include <bob.io.base/array.h>
#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <blitz/array.h>
#include <hdf5.h>
namespace bob { namespace io { namespace base {
/**
......
......@@ -11,17 +11,17 @@
#ifndef BOB_IO_BASE_BLITZ_ARRAY_H
#define BOB_IO_BASE_BLITZ_ARRAY_H
#include <stdexcept>
#include <boost/make_shared.hpp>
#include <boost/format.hpp>
#include <blitz/array.h>
#include <bob.io.base/array.h>
#include <bob.io.base/array_utils.h>
#include <bob.core/check.h>
#include <bob.core/cast.h>
#include <bob.core/array_copy.h>
#include <bob.io.base/array.h>
#include <bob.io.base/array_utils.h>
#include <stdexcept>
#include <boost/make_shared.hpp>
#include <boost/format.hpp>
#include <blitz/array.h>
namespace bob { namespace io { namespace base { namespace array {
......
......@@ -168,9 +168,9 @@ setup(
),
Extension("bob.io.base._library",
[
"bob/io/base/cpp/blitz_array.cpp",
"bob/io/base/cpp/TensorFileHeader.cpp",
"bob/io/base/cpp/TensorFile.cpp",
"bob/io/base/cpp/blitz_array.cpp",
"bob/io/base/cpp/CodecRegistry.cpp",
"bob/io/base/cpp/HDF5Attribute.cpp",
"bob/io/base/cpp/HDF5Dataset.cpp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment