Commit 45f82877 authored by Davis King's avatar Davis King

Fixed incorrect #include statements.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403232
parent a5310685
......@@ -18,8 +18,8 @@
#include <algorithm>
#include <cmath>
#include "dlib/matrix.h"
#include "dlib/smart_pointers.h"
#include "../matrix.h"
#include "../smart_pointers.h"
#include "optimization_bobyqa_abstract.h"
#include "optimization.h"
......
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