From edfea9894ea3f6d4d244de5ba5ce015c1ccd7f39 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Tue, 13 Oct 2020 21:15:00 +0100 Subject: NOISSUE Cleanup Technic support --- api/logic/modplatform/technic/SingleZipPackInstallTask.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'api/logic/modplatform/technic/SingleZipPackInstallTask.h') diff --git a/api/logic/modplatform/technic/SingleZipPackInstallTask.h b/api/logic/modplatform/technic/SingleZipPackInstallTask.h index 929476bb..99534130 100644 --- a/api/logic/modplatform/technic/SingleZipPackInstallTask.h +++ b/api/logic/modplatform/technic/SingleZipPackInstallTask.h @@ -13,12 +13,8 @@ * limitations under the License. */ - #pragma once -#ifndef TECHNIC_SINGLEZIPPACKINSTALLTASK_H -#define TECHNIC_SINGLEZIPPACKINSTALLTASK_H - #include "InstanceTask.h" #include "net/NetJob.h" #include "multimc_logic_export.h" @@ -60,5 +56,3 @@ private: }; } // namespace Technic - -#endif // TECHNIC_SINGLEZIPPACKINSTALLTASK_H -- cgit