Fix Linux 2

This commit is contained in:
Dante38490 2015-01-15 00:46:42 +01:00
parent e5b59a6bad
commit 79e8ed47d5

View File

@ -5,6 +5,9 @@
#include "rpcs3.h"
#include "MainFrame.h"
#ifndef __unix__
#include "git-version.h"
#endif
#include "Ini.h"
#include "Emu/SysCalls/Modules/cellSysutil.h"
#include "Emu/RSX/sysutil_video.h"
@ -21,9 +24,6 @@
#include "Gui/RSXDebugger.h"
#include "Gui/MemoryStringSearcher.h"
#include "Gui/LLEModulesManager.h"
#ifndef _WIN32
#include "git-version.h"
#endif
#include <wx/dynlib.h>