Commit 8647a33a authored by Davis King's avatar Davis King

Moved files around.

parent 04be5427
...@@ -213,7 +213,7 @@ if (NOT TARGET dlib) ...@@ -213,7 +213,7 @@ if (NOT TARGET dlib)
data_io/image_dataset_metadata.cpp data_io/image_dataset_metadata.cpp
data_io/mnist.cpp data_io/mnist.cpp
global_optimization/global_function_search.cpp global_optimization/global_function_search.cpp
all/test_for_odr_violations.cpp test_for_odr_violations.cpp
) )
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "../md5/md5_kernel_1.cpp" #include "../md5/md5_kernel_1.cpp"
#include "../tokenizer/tokenizer_kernel_1.cpp" #include "../tokenizer/tokenizer_kernel_1.cpp"
#include "../unicode/unicode.cpp" #include "../unicode/unicode.cpp"
#include "test_for_odr_violations.cpp" #include "../test_for_odr_violations.cpp"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
// #define DLIB_USE_CUDA // #define DLIB_USE_CUDA
// Define this so the code in dlib/all/test_for_odr_violations.h can detect ODR violations // Define this so the code in dlib/test_for_odr_violations.h can detect ODR violations
// related to users doing bad things with config.h // related to users doing bad things with config.h
#define DLIB_NOT_CONFIGURED #define DLIB_NOT_CONFIGURED
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "../rand.h" #include "../rand.h"
#include <memory> #include <memory>
#include "../geometry/rectangle.h" #include "../geometry/rectangle.h"
#include "../all/test_for_odr_violations.h" #include "../test_for_odr_violations.h"
namespace dlib namespace dlib
{ {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <mutex> #include <mutex>
#include "../rand.h" #include "../rand.h"
#include "upper_bound_function.h" #include "upper_bound_function.h"
#include "../all/test_for_odr_violations.h" #include "../test_for_odr_violations.h"
namespace dlib namespace dlib
{ {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "image_loader.h" #include "image_loader.h"
#include "../pixel.h" #include "../pixel.h"
#include "../dir_nav.h" #include "../dir_nav.h"
#include "../all/test_for_odr_violations.h" #include "../test_for_odr_violations.h"
namespace dlib namespace dlib
{ {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "image_loader.h" #include "image_loader.h"
#include "../pixel.h" #include "../pixel.h"
#include "../dir_nav.h" #include "../dir_nav.h"
#include "../all/test_for_odr_violations.h" #include "../test_for_odr_violations.h"
namespace dlib namespace dlib
{ {
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
#ifndef DLIB_TEST_FOR_ODR_VIOLATIONS_H_ #ifndef DLIB_TEST_FOR_ODR_VIOLATIONS_H_
#define DLIB_TEST_FOR_ODR_VIOLATIONS_H_ #define DLIB_TEST_FOR_ODR_VIOLATIONS_H_
#include "../assert.h" #include "assert.h"
#include "../config.h" #include "config.h"
extern "C" extern "C"
{ {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "../memory_manager.h" #include "../memory_manager.h"
#include "../queue.h" #include "../queue.h"
#include "../set.h" #include "../set.h"
#include "../all/test_for_odr_violations.h" #include "../test_for_odr_violations.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment