diff --git a/src/controller/EmailValidationController.php b/src/controller/EmailValidationController.php
index b8397adde4e97f89c830a703f042be73a9a819b4..456f93af7bc75e8e33ce4e8de4139d7644303dbb 100644
--- a/src/controller/EmailValidationController.php
+++ b/src/controller/EmailValidationController.php
@@ -6,7 +6,7 @@
  * Time: 23:14
  */
 
-    include_once "../controller/Controller.php";
+    include_once "Controller.php";
     include_once "../model/User.php";
 
     $emailInput = $_REQUEST['q'];
diff --git a/src/controller/UsernameValidationController.php b/src/controller/UsernameValidationController.php
index 377fb113dd1ee8421a23d1ced37ab5e36dc2d8dd..c0f29f4392cc22bbc93c5c6538ba016c06c2b250 100644
--- a/src/controller/UsernameValidationController.php
+++ b/src/controller/UsernameValidationController.php
@@ -6,7 +6,7 @@
  * Time: 23:12
  */
 
-    include_once "../controller/Controller.php";
+    include_once "Controller.php";
     include_once "../model/User.php";
 
     $usernameInput = $_REQUEST['q'];