summaryrefslogtreecommitdiff
path: root/src/resources/specialdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/specialdb.h')
-rw-r--r--src/resources/specialdb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resources/specialdb.h b/src/resources/specialdb.h
index 71aae0ba..50aebf1f 100644
--- a/src/resources/specialdb.h
+++ b/src/resources/specialdb.h
@@ -22,7 +22,6 @@
#define SPECIAL_DB_H
#include <string>
-#include <map>
#include "utils/xml.h"
struct SpecialInfo
@@ -65,6 +64,4 @@ namespace SpecialDB
SpecialInfo::TargetMode targetModeFromString(const std::string& str);
}
-using SpecialInfos = std::map<int, SpecialInfo *>;
-
#endif