mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Moved files around.
This commit is contained in:
parent
04be5427b2
commit
8647a33a1d
@ -213,7 +213,7 @@ if (NOT TARGET dlib)
|
||||
data_io/image_dataset_metadata.cpp
|
||||
data_io/mnist.cpp
|
||||
global_optimization/global_function_search.cpp
|
||||
all/test_for_odr_violations.cpp
|
||||
test_for_odr_violations.cpp
|
||||
)
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "../md5/md5_kernel_1.cpp"
|
||||
#include "../tokenizer/tokenizer_kernel_1.cpp"
|
||||
#include "../unicode/unicode.cpp"
|
||||
#include "test_for_odr_violations.cpp"
|
||||
#include "../test_for_odr_violations.cpp"
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
// #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
|
||||
#define DLIB_NOT_CONFIGURED
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "../rand.h"
|
||||
#include <memory>
|
||||
#include "../geometry/rectangle.h"
|
||||
#include "../all/test_for_odr_violations.h"
|
||||
#include "../test_for_odr_violations.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <mutex>
|
||||
#include "../rand.h"
|
||||
#include "upper_bound_function.h"
|
||||
#include "../all/test_for_odr_violations.h"
|
||||
#include "../test_for_odr_violations.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "image_loader.h"
|
||||
#include "../pixel.h"
|
||||
#include "../dir_nav.h"
|
||||
#include "../all/test_for_odr_violations.h"
|
||||
#include "../test_for_odr_violations.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "image_loader.h"
|
||||
#include "../pixel.h"
|
||||
#include "../dir_nav.h"
|
||||
#include "../all/test_for_odr_violations.h"
|
||||
#include "../test_for_odr_violations.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
@ -3,8 +3,8 @@
|
||||
#ifndef DLIB_TEST_FOR_ODR_VIOLATIONS_H_
|
||||
#define DLIB_TEST_FOR_ODR_VIOLATIONS_H_
|
||||
|
||||
#include "../assert.h"
|
||||
#include "../config.h"
|
||||
#include "assert.h"
|
||||
#include "config.h"
|
||||
|
||||
extern "C"
|
||||
{
|
@ -12,7 +12,7 @@
|
||||
#include "../memory_manager.h"
|
||||
#include "../queue.h"
|
||||
#include "../set.h"
|
||||
#include "../all/test_for_odr_violations.h"
|
||||
#include "../test_for_odr_violations.h"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user