diff --git a/GpApp/FileError.cpp b/GpApp/FileError.cpp index 6c744d3..983b058 100644 --- a/GpApp/FileError.cpp +++ b/GpApp/FileError.cpp @@ -7,7 +7,6 @@ #include "PLDialogs.h" #include "PLNumberFormatting.h" -#include "PLTextUtils.h" #include "PLPasStr.h" #include "DialogManager.h" #include "Externs.h" diff --git a/GpApp/HouseIO.cpp b/GpApp/HouseIO.cpp index fd275a0..f94e053 100644 --- a/GpApp/HouseIO.cpp +++ b/GpApp/HouseIO.cpp @@ -9,7 +9,6 @@ #include "PLMovies.h" #include "PLResources.h" #include "PLStringCompare.h" -#include "PLTextUtils.h" #include "PLPasStr.h" #include "BitmapImage.h" #include "DialogManager.h" diff --git a/GpApp/ObjectDraw2.cpp b/GpApp/ObjectDraw2.cpp index 0697d69..8fb55bb 100644 --- a/GpApp/ObjectDraw2.cpp +++ b/GpApp/ObjectDraw2.cpp @@ -7,7 +7,6 @@ #include "BitmapImage.h" #include "PLResources.h" -#include "PLTextUtils.h" #include "PLPasStr.h" #include "Externs.h" #include "FontFamily.h" diff --git a/GpApp/ObjectInfo.cpp b/GpApp/ObjectInfo.cpp index 62b2b45..94ec88b 100644 --- a/GpApp/ObjectInfo.cpp +++ b/GpApp/ObjectInfo.cpp @@ -8,7 +8,6 @@ #include "PLKeyEncoding.h" #include "PLNumberFormatting.h" #include "PLSound.h" -#include "PLTextUtils.h" #include "PLPasStr.h" #include "DialogManager.h" #include "DialogUtils.h" diff --git a/GpApp/Settings.cpp b/GpApp/Settings.cpp index 38ed0a3..91de993 100644 --- a/GpApp/Settings.cpp +++ b/GpApp/Settings.cpp @@ -9,7 +9,6 @@ #include "PLKeyEncoding.h" #include "PLSound.h" #include "PLStandardColors.h" -#include "PLTextUtils.h" #include "PLTimeTaggedVOSEvent.h" #include "PLWidgets.h" #include "ResolveCachingColor.h" diff --git a/GpApp/Tools.cpp b/GpApp/Tools.cpp index 059679d..b401c1d 100644 --- a/GpApp/Tools.cpp +++ b/GpApp/Tools.cpp @@ -5,7 +5,6 @@ //============================================================================ -#include "PLTextUtils.h" #include "PLControlDefinitions.h" #include "PLPasStr.h" #include "PLStandardColors.h" diff --git a/PortabilityLayer/PLTextUtils.h b/PortabilityLayer/PLTextUtils.h deleted file mode 100644 index 50e9667..0000000 --- a/PortabilityLayer/PLTextUtils.h +++ /dev/null @@ -1 +0,0 @@ -#pragma once