From ddbd1647173a84d86b95cbc7e3c6323df82ca7d1 Mon Sep 17 00:00:00 2001
From: Martin Beseda <martin.beseda@vsb.cz>
Date: Sun, 6 Jan 2019 09:38:48 +0100
Subject: [PATCH] ENH: Include path to exceptions.h shortened.

---
 src/LearningMethods/ParticleSwarm.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/LearningMethods/ParticleSwarm.cpp b/src/LearningMethods/ParticleSwarm.cpp
index a6a95c41..a8209590 100644
--- a/src/LearningMethods/ParticleSwarm.cpp
+++ b/src/LearningMethods/ParticleSwarm.cpp
@@ -16,10 +16,10 @@
 #include <iostream>
 #include <format.hpp>
 
-#include "../message.h"
+#include "message.h"
 #include "../Network/NeuralNetwork.h"
 #include "../DataSet/DataSet.h"
-#include "../exceptions.h"
+#include "exceptions.h"
 
 #include "ParticleSwarm.h"
 
-- 
GitLab