Codechange: no longer add "src" to the include-path (#13511)

This commit is contained in:
Patric Stout
2025-02-09 20:43:15 +01:00
committed by GitHub
parent 588597805d
commit 86841ba1f0
14 changed files with 26 additions and 28 deletions

View File

@@ -69,7 +69,7 @@
#include <signal.h>
#include "../safeguards.h"
#include "window_func.h"
#include "../window_func.h"
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);