[openjk] 23/130: Fix header name

Simon McVittie smcv at debian.org
Fri Oct 28 11:09:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit b84f29d3c3894aec8434512c8ded00118617a6f8
Author: bibendovsky <bibendovsky at hotmail.com>
Date:   Thu Jul 7 21:07:58 2016 +0300

    Fix header name
---
 shared/qcommon/ojk_saved_game.cpp           | 4 ++--
 shared/qcommon/ojk_saved_game.h             | 2 +-
 shared/qcommon/ojk_saved_game_exception.cpp | 2 +-
 shared/qcommon/ojk_saved_game_fwd.h         | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/shared/qcommon/ojk_saved_game.cpp b/shared/qcommon/ojk_saved_game.cpp
index 1ccca78..dd3f384 100644
--- a/shared/qcommon/ojk_saved_game.cpp
+++ b/shared/qcommon/ojk_saved_game.cpp
@@ -1,5 +1,5 @@
-#include "ojk_sg_archive.h"
-#include "ojk_sg_archive_exception.h"
+#include "ojk_saved_game.h"
+#include "ojk_saved_game_exception.h"
 #include "qcommon/qcommon.h"
 #include "server/server.h"
 
diff --git a/shared/qcommon/ojk_saved_game.h b/shared/qcommon/ojk_saved_game.h
index d6664f3..7df50d2 100644
--- a/shared/qcommon/ojk_saved_game.h
+++ b/shared/qcommon/ojk_saved_game.h
@@ -10,7 +10,7 @@
 #include <cstdint>
 #include <algorithm>
 #include <type_traits>
-#include "ojk_sg_archive_fwd.h"
+#include "ojk_saved_game_fwd.h"
 
 
 namespace ojk {
diff --git a/shared/qcommon/ojk_saved_game_exception.cpp b/shared/qcommon/ojk_saved_game_exception.cpp
index 23e948e..6f93186 100644
--- a/shared/qcommon/ojk_saved_game_exception.cpp
+++ b/shared/qcommon/ojk_saved_game_exception.cpp
@@ -3,7 +3,7 @@
 //
 
 
-#include "ojk_sg_archive_exception.h"
+#include "ojk_saved_game_exception.h"
 
 
 namespace ojk {
diff --git a/shared/qcommon/ojk_saved_game_fwd.h b/shared/qcommon/ojk_saved_game_fwd.h
index 1342ae5..0c1886c 100644
--- a/shared/qcommon/ojk_saved_game_fwd.h
+++ b/shared/qcommon/ojk_saved_game_fwd.h
@@ -11,7 +11,7 @@
 #include <cstdint>
 #include <string>
 #include <vector>
-#include "ojk_sg_archive_exception.h"
+#include "ojk_saved_game_exception.h"
 
 
 namespace ojk {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list