Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7a426a5a
Commit
7a426a5a
authored
May 19, 2013
by
Davis King
Browse files
Fixed some #include order problems I just introduced by making some of the
geometry components use the optimization tools.
parent
1c12540c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
dlib/image_transforms/spatial_filtering.h
dlib/image_transforms/spatial_filtering.h
+1
-0
dlib/matrix/matrix_assign.h
dlib/matrix/matrix_assign.h
+0
-1
dlib/matrix/matrix_default_mul.h
dlib/matrix/matrix_default_mul.h
+1
-1
dlib/matrix/matrix_subexp_abstract.h
dlib/matrix/matrix_subexp_abstract.h
+1
-1
dlib/matrix/matrix_utilities_abstract.h
dlib/matrix/matrix_utilities_abstract.h
+1
-1
No files found.
dlib/image_transforms/spatial_filtering.h
View file @
7a426a5a
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
#include "../assert.h"
#include "../assert.h"
#include "../array2d.h"
#include "../array2d.h"
#include "../matrix.h"
#include "../matrix.h"
#include "../geometry/border_enumerator.h"
#include <limits>
#include <limits>
namespace
dlib
namespace
dlib
...
...
dlib/matrix/matrix_assign.h
View file @
7a426a5a
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
#ifndef DLIB_MATRIx_ASSIGn_
#ifndef DLIB_MATRIx_ASSIGn_
#define DLIB_MATRIx_ASSIGn_
#define DLIB_MATRIx_ASSIGn_
#include "../geometry.h"
#include "matrix.h"
#include "matrix.h"
#include "matrix_utilities.h"
#include "matrix_utilities.h"
#include "matrix_subexp.h"
#include "matrix_subexp.h"
...
...
dlib/matrix/matrix_default_mul.h
View file @
7a426a5a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#ifndef DLIB_MATRIx_DEFAULT_MULTIPLY_
#ifndef DLIB_MATRIx_DEFAULT_MULTIPLY_
#define DLIB_MATRIx_DEFAULT_MULTIPLY_
#define DLIB_MATRIx_DEFAULT_MULTIPLY_
#include "../geometry.h"
#include "../geometry
/rectangle
.h"
#include "matrix.h"
#include "matrix.h"
#include "matrix_utilities.h"
#include "matrix_utilities.h"
#include "../enable_if.h"
#include "../enable_if.h"
...
...
dlib/matrix/matrix_subexp_abstract.h
View file @
7a426a5a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#ifdef DLIB_MATRIx_SUBEXP_ABSTRACT_
#ifdef DLIB_MATRIx_SUBEXP_ABSTRACT_
#include "matrix_abstract.h"
#include "matrix_abstract.h"
#include "../geometry.h"
#include "../geometry
/rectangle
.h"
namespace
dlib
namespace
dlib
{
{
...
...
dlib/matrix/matrix_utilities_abstract.h
View file @
7a426a5a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include "matrix_abstract.h"
#include "matrix_abstract.h"
#include <complex>
#include <complex>
#include "../pixel.h"
#include "../pixel.h"
#include "../geometry.h"
#include "../geometry
/rectangle
.h"
#inclue <vector>
#inclue <vector>
namespace
dlib
namespace
dlib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment