diff options
| -rw-r--r-- | project2/files/functions/pwd.cpp (renamed from project2/common/variables/pwd.cpp) | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/project2/common/variables/pwd.cpp b/project2/files/functions/pwd.cpp index 8a80dd0..6915bb6 100644 --- a/project2/common/variables/pwd.cpp +++ b/project2/files/functions/pwd.cpp @@ -1,6 +1,6 @@  #include <pch.hpp> -#include "../variables.h" -#include "../scriptLoader.h" +#include <variables.h> +#include <scriptLoader.h>  #include <boost/filesystem/operations.hpp>  /// Variable implementation to access session contents | 
