From 7725e95a0005be7d46bb47db9cf71900d876da2c Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Thu, 27 Oct 2011 22:26:52 -0700 Subject: [PATCH] Remove two commented out includes. --- Sources/Plasma/Apps/plFileEncrypt/main.cpp | 1 - Sources/Plasma/NucleusLib/pnProduct/Pch.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/Sources/Plasma/Apps/plFileEncrypt/main.cpp b/Sources/Plasma/Apps/plFileEncrypt/main.cpp index 731b373b..e96947ba 100644 --- a/Sources/Plasma/Apps/plFileEncrypt/main.cpp +++ b/Sources/Plasma/Apps/plFileEncrypt/main.cpp @@ -41,7 +41,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "plFile/hsFiles.h" #include "plFile/plEncryptedStream.h" -//#include "pnUtils/pnUtils.h" #include "pnProduct/pnProduct.h" #include "hsUtils.h" #include "pnUUID/pnUUIDCreatable.h" diff --git a/Sources/Plasma/NucleusLib/pnProduct/Pch.h b/Sources/Plasma/NucleusLib/pnProduct/Pch.h index 024900da..71c6e707 100644 --- a/Sources/Plasma/NucleusLib/pnProduct/Pch.h +++ b/Sources/Plasma/NucleusLib/pnProduct/Pch.h @@ -50,7 +50,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #endif #define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNPRODUCT_PCH_H - -//#include "pnUtils/pnUtils.h" - #include "Private/pnPrAllIncludes.h"