Fix include paths in rev.cpp.in

This commit is contained in:
dP
2025-09-29 18:39:40 +05:00
parent d785467c28
commit 3e9a5c052d

View File

@@ -7,11 +7,11 @@
/** @file rev.cpp Autogenerated file with the revision and such of OpenTTD. */
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/stdafx.h"
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/core/bitmath_func.hpp"
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/rev.h"
#include "${CMAKE_SOURCE_DIR}/src/stdafx.h"
#include "${CMAKE_SOURCE_DIR}/src/core/bitmath_func.hpp"
#include "${CMAKE_SOURCE_DIR}/src/rev.h"
#include "/tmp/tmp.dmyBCceCMb/openttd-15.0-beta3/src/safeguards.h"
#include "${CMAKE_SOURCE_DIR}/src/safeguards.h"
/**
* Is this version of OpenTTD a release version?