diff --git a/src/creport.c b/src/creport.c index f2a29bb73..4cf778f23 100644 --- a/src/creport.c +++ b/src/creport.c @@ -10,7 +10,6 @@ without prior permission by the authors of Eressea. #include #include #include -#include "buildno.h" #include "creport.h" #include "seen.h" #include "travelthru.h" diff --git a/src/kernel/save.c b/src/kernel/save.c index 1abe684e5..ea2208302 100644 --- a/src/kernel/save.c +++ b/src/kernel/save.c @@ -21,8 +21,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include "save.h" -#include - #include "alchemy.h" #include "alliance.h" #include "ally.h" diff --git a/src/main.c b/src/main.c index 418e27f30..3748c2d49 100644 --- a/src/main.c +++ b/src/main.c @@ -29,7 +29,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "gmtool.h" #endif -#include "buildno.h" #include "bindings.h" #include "races/races.h" #include "spells.h"