Commit 138848f9 authored by Davis King's avatar Davis King

Just renamed this file

--HG--
rename : dlib/array2d/array2d_kernel_1.h => dlib/array2d/array2d_kernel.h
parent da2ac0c1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define DLIB_ARRAY2d_ #define DLIB_ARRAY2d_
#include "array2d/array2d_kernel_1.h" #include "array2d/array2d_kernel.h"
#include "array2d/serialize_pixel_overloads.h" #include "array2d/serialize_pixel_overloads.h"
#endif // DLIB_ARRAY2d_ #endif // DLIB_ARRAY2d_
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#ifndef DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H__ #ifndef DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H__
#define DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H__ #define DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H__
#include "array2d_kernel_1.h" #include "array2d_kernel.h"
#include "../pixel.h" #include "../pixel.h"
namespace dlib namespace dlib
......
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