diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-08 11:44:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-08 13:04:49 +0300 |
commit | b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298 (patch) | |
tree | 09e94834279ae54b19403805e7f77766cf38bcce /src/resources/dye.cpp | |
parent | 57c8ddb516edcf88de31a6bcd7724d4329839c0a (diff) | |
download | plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.gz plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.bz2 plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.xz plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.zip |
remove unused system headers.
also remplace legacy headers.
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r-- | src/resources/dye.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp index 873c2a8fe..aebb8f009 100644 --- a/src/resources/dye.cpp +++ b/src/resources/dye.cpp @@ -26,7 +26,7 @@ #include "resources/db/palettedb.h" -#include <math.h> +#include <cmath> #include <sstream> #include <SDL_endian.h> |