mirror of https://github.com/PCSX2/pcsx2.git
Quick fix to FWnull.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2421 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
20f5dbde3d
commit
b23499887a
|
@ -16,13 +16,6 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <signal.h>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -43,9 +43,8 @@
|
|||
</Linker>
|
||||
<Unit filename="../FW.cpp" />
|
||||
<Unit filename="../FW.h" />
|
||||
<Unit filename="Config.cpp" />
|
||||
<Unit filename="Config.h" />
|
||||
<Unit filename="firewire.glade" />
|
||||
<Unit filename="../Config.cpp" />
|
||||
<Unit filename="../Config.h" />
|
||||
<Unit filename="../ReadMe.txt" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
|
|
Loading…
Reference in New Issue