diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
commit | 28658bf384121e2522c95e9a2e1c1d7530f0fcd7 (patch) | |
tree | e24a15f71a84b7d3fb8c99bfb04fe759112a5a23 /src/resources/sounddb.h | |
parent | 7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (diff) | |
download | plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.gz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.bz2 plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.xz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.zip |
remove unused includes from resources.
Diffstat (limited to 'src/resources/sounddb.h')
-rw-r--r-- | src/resources/sounddb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/sounddb.h b/src/resources/sounddb.h index 864d23fb9..356cd4e13 100644 --- a/src/resources/sounddb.h +++ b/src/resources/sounddb.h @@ -21,7 +21,6 @@ #ifndef RESOURCES_SOUNDDB_H #define RESOURCES_SOUNDDB_H -#include <map> #include <string> #include "localconsts.h" |