mirror of https://github.com/davisking/dlib.git
Changed #includes to link to the abstract docs rather than
implementation files. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402908
This commit is contained in:
parent
b5774b2a71
commit
46f1ac9b59
|
@ -5,8 +5,8 @@
|
|||
|
||||
#include <cmath>
|
||||
#include "../algs.h"
|
||||
#include "function.h"
|
||||
#include "kernel.h"
|
||||
#include "function_abstract.h"
|
||||
#include "kernel_abstract.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue