Skip to content

Commit

Permalink
Fix include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 23, 2018
1 parent f4b7d24 commit 6b831a1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/squirrel/exposed_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_EXPOSED_OBJECT_HPP
#define HEADER_SUPERTUX_SCRIPTING_EXPOSED_OBJECT_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_EXPOSED_OBJECT_HPP
#define HEADER_SUPERTUX_SQUIRREL_EXPOSED_OBJECT_HPP

#include <memory>

Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/script_engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SUPERTUX_SCRIPT_ENGINE_HPP
#define HEADER_SUPERTUX_SUPERTUX_SCRIPT_ENGINE_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SCRIPT_ENGINE_HPP
#define HEADER_SUPERTUX_SQUIRREL_SCRIPT_ENGINE_HPP

#include <string>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/script_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SUPERTUX_SCRIPT_INTERFACE_HPP
#define HEADER_SUPERTUX_SUPERTUX_SCRIPT_INTERFACE_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SCRIPT_INTERFACE_HPP
#define HEADER_SUPERTUX_SQUIRREL_SCRIPT_INTERFACE_HPP

#include <squirrel.h>

Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/scripting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_SCRIPTING_HPP
#define HEADER_SUPERTUX_SCRIPTING_SCRIPTING_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SCRIPTING_HPP
#define HEADER_SUPERTUX_SQUIRREL_SCRIPTING_HPP

#include <squirrel.h>

Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/serialize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_SERIALIZE_HPP
#define HEADER_SUPERTUX_SCRIPTING_SERIALIZE_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SERIALIZE_HPP
#define HEADER_SUPERTUX_SQUIRREL_SERIALIZE_HPP

#include <squirrel.h>

Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/squirrel_error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_SQUIRREL_ERROR_HPP
#define HEADER_SUPERTUX_SCRIPTING_SQUIRREL_ERROR_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SQUIRREL_ERROR_HPP
#define HEADER_SUPERTUX_SQUIRREL_SQUIRREL_ERROR_HPP

#include <squirrel.h>
#include <stdexcept>
Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/squirrel_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_SQUIRREL_UTIL_HPP
#define HEADER_SUPERTUX_SCRIPTING_SQUIRREL_UTIL_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_SQUIRREL_UTIL_HPP
#define HEADER_SUPERTUX_SQUIRREL_SQUIRREL_UTIL_HPP

#include <assert.h>
#include <limits>
Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/thread_queue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_THREAD_QUEUE_HPP
#define HEADER_SUPERTUX_SCRIPTING_THREAD_QUEUE_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_THREAD_QUEUE_HPP
#define HEADER_SUPERTUX_SQUIRREL_THREAD_QUEUE_HPP

#include <squirrel.h>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions src/squirrel/time_scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_SCRIPTING_TIME_SCHEDULER_HPP
#define HEADER_SUPERTUX_SCRIPTING_TIME_SCHEDULER_HPP
#ifndef HEADER_SUPERTUX_SQUIRREL_TIME_SCHEDULER_HPP
#define HEADER_SUPERTUX_SQUIRREL_TIME_SCHEDULER_HPP

#include <vector>

Expand Down
4 changes: 2 additions & 2 deletions src/util/dynamic_scoped_ref.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifndef HEADER_SUPERTUX_UTIL_DYNAMIC_SCOPED_HPP
#define HEADER_SUPERTUX_UTIL_DYNAMIC_SCOPED_HPP
#ifndef HEADER_SUPERTUX_UTIL_DYNAMIC_SCOPED_REF_HPP
#define HEADER_SUPERTUX_UTIL_DYNAMIC_SCOPED_REF_HPP

#include <assert.h>

Expand Down

0 comments on commit 6b831a1

Please sign in to comment.