diff --git a/cutest b/cutest index d83cec09a..788659594 160000 --- a/cutest +++ b/cutest @@ -1 +1 @@ -Subproject commit d83cec09a52835274ab8ed4849de16fb8658982a +Subproject commit 788659594ef87e9f497b8039da764182adfd2943 diff --git a/src/economy.c b/src/economy.c index 3751e7012..8c2851ee6 100644 --- a/src/economy.c +++ b/src/economy.c @@ -16,8 +16,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **/ -#pragma region includes - #include #include #include @@ -81,8 +79,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include -#pragma endregion - typedef struct request { struct request *next; struct unit *unit; diff --git a/src/kernel/alliance.c b/src/kernel/alliance.c index 05e3afb46..31aee31d1 100644 --- a/src/kernel/alliance.c +++ b/src/kernel/alliance.c @@ -10,8 +10,6 @@ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ -#pragma region includes - #include #include #include "alliance.h" @@ -43,8 +41,6 @@ without prior permission by the authors of Eressea. #include #include -#pragma endregion - alliance *alliances = NULL; void free_alliance(alliance * al) diff --git a/src/kernel/battle.c b/src/kernel/battle.c index 7561ce1cc..938001a4c 100644 --- a/src/kernel/battle.c +++ b/src/kernel/battle.c @@ -16,8 +16,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **/ -#pragma region includes - #include #include #include "battle.h" @@ -73,8 +71,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include -#pragma endregion - static FILE *bdebug; #define TACTICS_BONUS 1 /* when undefined, we have a tactics round. else this is the bonus tactics give */ diff --git a/src/laws.c b/src/laws.c index 7521b8426..32dbb1bef 100755 --- a/src/laws.c +++ b/src/laws.c @@ -16,8 +16,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **/ -#pragma region includes - #include #include #include "laws.h" @@ -103,8 +101,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include -#pragma endregion - /* chance that a peasant dies of starvation: */ #define PEASANT_STARVATION_CHANCE 0.9F /* Pferdevermehrung */ diff --git a/src/main.c b/src/main.c index ddd81e4ff..8685ca0c9 100644 --- a/src/main.c +++ b/src/main.c @@ -16,6 +16,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **/ +#include #include #include