diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 18:34:07 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:59 +0200 |
commit | bc48cf076dbf0f965b8ea999d2b4df0e80614c76 (patch) | |
tree | cd381abdc62026ecf4b59338f1fff989cf541df3 /src/inventory.cpp | |
parent | be2ecf9186286f67edcfbbc4b7cabca7189226b3 (diff) | |
download | minetest-bc48cf076dbf0f965b8ea999d2b4df0e80614c76.tar.gz minetest-bc48cf076dbf0f965b8ea999d2b4df0e80614c76.tar.bz2 minetest-bc48cf076dbf0f965b8ea999d2b4df0e80614c76.zip |
Remove content_inventory.{h,cpp}
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index d276e61c9..75603f911 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -25,7 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "main.h" // For tsrc, g_toolmanager #include "serverobject.h" #include "content_mapnode.h" -#include "content_inventory.h" #include "content_sao.h" #include "environment.h" #include "mapblock.h" |