mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Remove unused #define statements
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user