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
#endif
#ifndef CH_LIST
#define CH_LIST
#include <list>
#endif
#ifndef CH_VECTOR
#define CH_VECTOR
#include <vector>
#endif
#ifndef CH_STRING
#define CH_STRING
#include <string>
#endif
class Hex {
private: