Remove unused #define statements

This commit is contained in:
Allofich
2021-08-22 15:25:20 +09:00
parent 4d7be1c15b
commit 0d8216741e

View File

@@ -27,21 +27,9 @@
#undef min #undef min
#endif #endif
#ifndef CH_LIST
#define CH_LIST
#include <list> #include <list>
#endif
#ifndef CH_VECTOR
#define CH_VECTOR
#include <vector> #include <vector>
#endif
#ifndef CH_STRING
#define CH_STRING
#include <string> #include <string>
#endif
class Hex { class Hex {
private: private: