File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- #ifndef OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
2- #define OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
1+ #ifndef OSM2PGSQL_EXPIRE_CONFIG_HPP
2+ #define OSM2PGSQL_EXPIRE_CONFIG_HPP
33
44/* *
55 * SPDX-License-Identifier: GPL-2.0-or-later
@@ -45,4 +45,4 @@ struct expire_config_t
4545
4646}; // struct expire_config_t
4747
48- #endif // OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
48+ #endif // OSM2PGSQL_EXPIRE_CONFIG_HPP
Original file line number Diff line number Diff line change 1- #ifndef OSM2PGSQL_LUA_CONFIG_HPP
2- #define OSM2PGSQL_LUA_CONFIG_HPP
1+ #ifndef OSM2PGSQL_LUA_SETUP_HPP
2+ #define OSM2PGSQL_LUA_SETUP_HPP
33
44/* *
55 * SPDX-License-Identifier: GPL-2.0-or-later
@@ -17,4 +17,4 @@ struct lua_State;
1717void setup_lua_environment (lua_State *lua_state, std::string const &filename,
1818 bool append_mode);
1919
20- #endif // OSM2PGSQL_LUA_CONFIG_HPP
20+ #endif // OSM2PGSQL_LUA_SETUP_HPP
You can’t perform that action at this time.
0 commit comments