Skip to content
Snippets Groups Projects
Commit ddbd1647 authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: Include path to exceptions.h shortened.

parent 5c7df30d
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
#include <iostream> #include <iostream>
#include <format.hpp> #include <format.hpp>
#include "../message.h" #include "message.h"
#include "../Network/NeuralNetwork.h" #include "../Network/NeuralNetwork.h"
#include "../DataSet/DataSet.h" #include "../DataSet/DataSet.h"
#include "../exceptions.h" #include "exceptions.h"
#include "ParticleSwarm.h" #include "ParticleSwarm.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment