Browse Source

oops, I forgot some relative includes

diafero 14 years ago
parent
commit
1234dacee5
  1. 8
      Sources/Plasma/Apps/plFileEncrypt/main.cpp
  2. 10
      Sources/Plasma/Apps/plFileSecure/main.cpp
  3. 2
      Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp

8
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);

10
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 <time.h>

2
Sources/Plasma/Apps/plLogDecrypt/plLogDecrypt.cpp

@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <stdio.h>
#include "hsTypes.h"
#include "../plStatusLog/plEncryptLogLine.h"
#include "plStatusLog/plEncryptLogLine.h"
void IProcessFile(const char *path)
{

Loading…
Cancel
Save