From 3f55eedcf0769ea760a499be707326be06ee0c3c Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 5 Jun 2020 23:19:47 -0400 Subject: [PATCH] Remove unused header --- GpApp/HighScores.cpp | 1 - PortabilityLayer/PLScript.h | 1 - 2 files changed, 2 deletions(-) delete mode 100644 PortabilityLayer/PLScript.h diff --git a/GpApp/HighScores.cpp b/GpApp/HighScores.cpp index 7645398..05ab080 100644 --- a/GpApp/HighScores.cpp +++ b/GpApp/HighScores.cpp @@ -9,7 +9,6 @@ #include "PLHacks.h" #include "PLKeyEncoding.h" #include "PLNumberFormatting.h" -#include "PLScript.h" #include "PLSound.h" #include "PLStringCompare.h" #include "DialogUtils.h" diff --git a/PortabilityLayer/PLScript.h b/PortabilityLayer/PLScript.h deleted file mode 100644 index 50e9667..0000000 --- a/PortabilityLayer/PLScript.h +++ /dev/null @@ -1 +0,0 @@ -#pragma once