Skip to content

Commit

Permalink
libcommon|SaveSlots: Updated include paths for legacy game state readers
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 15, 2014
1 parent fc508e5 commit c8c3e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/common/src/saveslots.cpp
Expand Up @@ -23,10 +23,10 @@

#include "gamestatereader.h"
#if __JDOOM__
# include "p_oldsvg.h"
# include "doomv9gamestatereader.h"
#endif
#if __JHERETIC__
# include "p_oldsvg.h"
# include "hereticv13gamestatereader.h"
#endif
#include "p_saveio.h"
#include <de/String>
Expand Down

0 comments on commit c8c3e12

Please sign in to comment.