summaryrefslogtreecommitdiff
path: root/src/mmo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo')
-rw-r--r--src/mmo/fwd.hpp2
-rw-r--r--src/mmo/version.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mmo/fwd.hpp b/src/mmo/fwd.hpp
index d98bd33..0d78122 100644
--- a/src/mmo/fwd.hpp
+++ b/src/mmo/fwd.hpp
@@ -18,7 +18,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include "../sanity.hpp"
+#include "sanity.hpp"
#include "../ints/fwd.hpp" // rank 1
#include "../strings/fwd.hpp" // rank 1
diff --git a/src/mmo/version.cpp b/src/mmo/version.cpp
index c75c25c..4f8d141 100644
--- a/src/mmo/version.cpp
+++ b/src/mmo/version.cpp
@@ -20,7 +20,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include "src/conf/version.hpp"
+#include "conf/version.hpp"
#include "../strings/xstring.hpp"