diff --git a/Sources/Plasma/Apps/plFileEncrypt/main.cpp b/Sources/Plasma/Apps/plFileEncrypt/main.cpp index ec0a313a..1cac2744 100644 --- a/Sources/Plasma/Apps/plFileEncrypt/main.cpp +++ b/Sources/Plasma/Apps/plFileEncrypt/main.cpp @@ -23,10 +23,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com Mead, WA 99021 *==LICENSE==*/ -#include "../plFile/hsFiles.h" -#include "../plFile/plEncryptedStream.h" -#include "../pnUtils/pnUtils.h" -#include "../pnProduct/pnProduct.h" +#include "plFile/hsFiles.h" +#include "plFile/plEncryptedStream.h" +#include "pnUtils/pnUtils.h" +#include "pnProduct/pnProduct.h" #include "hsUtils.h" void EncryptFiles(const char* dir, const char* ext, bool encrypt); diff --git a/Sources/Plasma/Apps/plFileSecure/main.cpp b/Sources/Plasma/Apps/plFileSecure/main.cpp index cd138adc..6054aaa7 100644 --- a/Sources/Plasma/Apps/plFileSecure/main.cpp +++ b/Sources/Plasma/Apps/plFileSecure/main.cpp @@ -23,11 +23,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com Mead, WA 99021 *==LICENSE==*/ -#include "../plFile/hsFiles.h" -#include "../plFile/plFileUtils.h" -#include "../plFile/plSecureStream.h" -#include "../pnUtils/pnUtils.h" -#include "../pnProduct/pnProduct.h" +#include "plFile/hsFiles.h" +#include "plFile/plFileUtils.h" +#include "plFile/plSecureStream.h" +#include "pnUtils/pnUtils.h" +#include "pnProduct/pnProduct.h" #include "hsUtils.h" #include diff --git a/Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp b/Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp index ea0cc514..1ea33720 100644 --- a/Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp +++ b/Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp @@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include #include "hsTypes.h" -#include "../plStatusLog/plEncryptLogLine.h" +#include "plStatusLog/plEncryptLogLine.h" void IProcessFile(const char *path) {