diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-11-26 11:56:18 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-11-26 11:56:18 +0200 |
commit | e0eaed5fdbdad79b47c2c6fba15a21dbea03fe96 (patch) | |
tree | f2d4d3b97f164c31f922098909bc893ad20c3dd8 /src | |
parent | 5bd638d4a526a775892d995764144247d422e71f (diff) | |
download | minetest-e0eaed5fdbdad79b47c2c6fba15a21dbea03fe96.tar.gz minetest-e0eaed5fdbdad79b47c2c6fba15a21dbea03fe96.tar.bz2 minetest-e0eaed5fdbdad79b47c2c6fba15a21dbea03fe96.zip |
Remove unnecessary util/serialize.h from content_mapblock.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/content_mapblock.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_mapblock.cpp b/src/content_mapblock.cpp index ff8ef5276..68895c396 100644 --- a/src/content_mapblock.cpp +++ b/src/content_mapblock.cpp @@ -26,7 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "tile.h" #include "gamedef.h" #include "util/numeric.h" -#include "util/serialize.h" #include "util/directiontables.h" // Create a cuboid. |