Remove unnecessary include git-version.h

This commit is contained in:
Nekotekina 2017-09-20 12:58:34 +03:00
parent b9a0c107ab
commit a6a0f13264
3 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@
#include "rpcs3_version.h"
#include <string>
#include <unordered_map>
#include "git-version.h"
#ifdef _WIN32
#define NOMINMAX

View File

@ -8,4 +8,4 @@ namespace rpcs3
std::string get_branch();
extern const utils::version version;
}
}

View File

@ -11,7 +11,6 @@
#include <string>
#include "rpcs3_version.h"
#include "git-version.h"
constexpr auto qstr = QString::fromStdString;