From 0d8216741e84405139a8f4a7f0de48046f2cc4a2 Mon Sep 17 00:00:00 2001 From: Allofich <19624336+Allofich@users.noreply.github.com> Date: Sun, 22 Aug 2021 15:25:20 +0900 Subject: [PATCH] Remove unused #define statements --- include/setup.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/setup.h b/include/setup.h index a1b707346..ed640119c 100644 --- a/include/setup.h +++ b/include/setup.h @@ -27,21 +27,9 @@ #undef min #endif - -#ifndef CH_LIST -#define CH_LIST #include -#endif - -#ifndef CH_VECTOR -#define CH_VECTOR #include -#endif - -#ifndef CH_STRING -#define CH_STRING #include -#endif class Hex { private: