[Commits] [wesnoth/wesnoth] ba094e: persist manager: move ctor, dtor out of header
GitHub
noreply at github.com
Sat Jan 3 00:32:01 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: ba094eff715e52e8b5a9921de8384580289966cd
https://github.com/wesnoth/wesnoth/commit/ba094eff715e52e8b5a9921de8384580289966cd
Author: Chris Beck <render787 at gmail.com>
Date: 2015-01-02 (Fri, 02 Jan 2015)
Changed paths:
M src/persist_manager.cpp
M src/persist_manager.hpp
Log Message:
-----------
persist manager: move ctor, dtor out of header
This allows to remove an unnecessary inclusion. Because the
persist manager is included directly by the play controller header,
this eliminates unnecessary inclusions in many files.
More information about the Commits
mailing list