meson.build: move VERSION and others to Version.h
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "util/Domain.hxx"
|
||||
#include "util/OptionDef.hxx"
|
||||
#include "util/OptionParser.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "system/Error.hxx"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "Log.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
#include "util/StringStrip.hxx"
|
||||
#include "Version.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "net/SocketAddress.hxx"
|
||||
#include "net/ToString.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "fs/Charset.hxx"
|
||||
#include "util/StringCompare.hxx"
|
||||
#include "util/RuntimeError.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "util/RuntimeError.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#include <mikmod.h>
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "util/StringStrip.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
#include "util/CharUtil.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user