Remove unnecessary include git-version.h
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "rpcs3_version.h"
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "git-version.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
|
||||
@@ -8,4 +8,4 @@ namespace rpcs3
|
||||
std::string get_branch();
|
||||
|
||||
extern const utils::version version;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <string>
|
||||
|
||||
#include "rpcs3_version.h"
|
||||
#include "git-version.h"
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user