diff --git a/src/LearningMethods/ParticleSwarm.cpp b/src/LearningMethods/ParticleSwarm.cpp
index a6a95c41c3d861ad810ccbdfa5924ba3dbd683c0..a8209590ad673b160f04ca16ecbf8f65f1f8bea5 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"