mirror of https://github.com/davisking/dlib.git
Changed #includes to avoid unnecessary recompilation.
This commit is contained in:
parent
fb937072fe
commit
e3f055a1bb
|
@ -14,7 +14,7 @@
|
|||
#include "../set.h"
|
||||
#include "../array2d.h"
|
||||
#include "../pixel.h"
|
||||
#include "../image_transforms.h"
|
||||
#include "../image_transforms/assign_image.h"
|
||||
#include "../array.h"
|
||||
#include "style.h"
|
||||
#include "../smart_pointers.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "../algs.h"
|
||||
#include "../array2d.h"
|
||||
#include "../pixel.h"
|
||||
#include "../image_transforms.h"
|
||||
#include "../image_transforms/assign_image.h"
|
||||
#include "../geometry.h"
|
||||
#include <cmath>
|
||||
|
||||
|
|
Loading…
Reference in New Issue