diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-14 22:25:57 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-14 22:25:57 +0000 |
| commit | 967c2ae653b54bfc61c3854294f7b1cbff76809b (patch) | |
| tree | 748ec42040567af4b5c65e67d702736efae9f9b9 /src/savegamegamebryo.cpp | |
| parent | ba176e5e9b639ac0770192987833a3b40e71409a (diff) | |
Removes the SaveGame class from mainwindow. Using include what you use to add/remove #includes
Diffstat (limited to 'src/savegamegamebryo.cpp')
| -rw-r--r-- | src/savegamegamebryo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegamegamebryo.cpp b/src/savegamegamebryo.cpp index 68ed30af..153be4b0 100644 --- a/src/savegamegamebryo.cpp +++ b/src/savegamegamebryo.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "savegamegamebyro.h"
+#include "savegamegamebryo.h"
#include "isavegame.h"
#include "savegameinfo.h"
|
